Searched refs:LowerAsmOperandForConstraint (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A DNVPTXISelLowering.h121 virtual void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
H A DNVPTXISelLowering.cpp1112 NVPTXTargetLowering::LowerAsmOperandForConstraint(SDValue Op, function in class:NVPTXTargetLowering
1120 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CellSPU/
H A DSPUISelLowering.h142 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
H A DSPUISelLowering.cpp3215 // LowerAsmOperandForConstraint
3217 SPUTargetLowering::LowerAsmOperandForConstraint(SDValue Op, function in class:SPUTargetLowering
3222 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.h242 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
246 virtual void LowerAsmOperandForConstraint(SDValue Op,
H A DMipsISelLowering.cpp3637 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
3639 void MipsTargetLowering::LowerAsmOperandForConstraint(SDValue Op, function in class:MipsTargetLowering
3729 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.h346 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
350 virtual void LowerAsmOperandForConstraint(SDValue Op,
H A DARMISelLowering.cpp9675 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
9677 void ARMTargetLowering::LowerAsmOperandForConstraint(SDValue Op, function in class:ARMTargetLowering
9839 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.h334 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
336 virtual void LowerAsmOperandForConstraint(SDValue Op,
H A DPPCISelLowering.cpp5839 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
5841 void PPCTargetLowering::LowerAsmOperandForConstraint(SDValue Op, function in class:PPCTargetLowering
5906 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.h568 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
572 virtual void LowerAsmOperandForConstraint(SDValue Op,
H A DX86ISelLowering.cpp16674 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
16676 void X86TargetLowering::LowerAsmOperandForConstraint(SDValue Op, function in class:X86TargetLowering
16806 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h1605 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
1607 virtual void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2756 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
2758 void TargetLowering::LowerAsmOperandForConstraint(SDValue Op, function in class:TargetLowering
3194 TLI.LowerAsmOperandForConstraint(Op, OpInfo.Codes[i],
H A DSelectionDAGBuilder.cpp6297 TLI.LowerAsmOperandForConstraint(InOperandVal, OpInfo.ConstraintCode,

Completed in 462 milliseconds