search for: sdvaul

Displaying 3 results from an estimated 3 matches for "sdvaul".

Did you mean: sdvaule
2017 Nov 26
3
question: access IR class Instruction from DAG SDValue
The llvm backend uses class Instruction in IR handle stage, create SDVaule and DAG in DAG translation stage and class MachineInstr in Machine instruction translation stage. Can I access class Instruction from DAG structure or stage, or access DAG and Instruction from MachineInstr structure or stage? Jonathan
2017 Nov 27
2
question: access IR class Instruction from DAG SDValue
...need from the IR in the DAG or what it is you r trying to do? > > > > On Nov 25, 2017 7:59 PM, "Jonathan via llvm-dev" <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > The llvm backend uses class Instruction in IR handle stage, create SDVaule and DAG in DAG translation stage and class MachineInstr in Machine instruction translation stage. > Can I access class Instruction from DAG structure or stage, or access DAG and Instruction from MachineInstr structure or stage? > > Jonathan > __________________________________________...
2017 Nov 29
3
question: access IR class Instruction from DAG SDValue
...the DAG or what it is you r trying to do? >> >> >> >> On Nov 25, 2017 7:59 PM, "Jonathan via llvm-dev" <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> The llvm backend uses class Instruction in IR handle stage, create SDVaule and DAG in DAG translation stage and class MachineInstr in Machine instruction translation stage. >> Can I access class Instruction from DAG structure or stage, or access DAG and Instruction from MachineInstr structure or stage? >> >> Jonathan >> __________________________...