Searched defs:LowerAsmOperandForConstraint (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2099 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
2101 void TargetLowering::LowerAsmOperandForConstraint(SDValue Op, function in class:TargetLowering
2552 TLI.LowerAsmOperandForConstraint(Op, OpInfo.Codes[i],
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2107 void NVPTXTargetLowering::LowerAsmOperandForConstraint( function in class:NVPTXTargetLowering
2113 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3099 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
3102 LowerAsmOperandForConstraint(SDValue Op, function in class:SparcTargetLowering
3129 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3122 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
3124 void MipsTargetLowering::LowerAsmOperandForConstraint(SDValue Op, function in class:MipsTargetLowering
3214 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp560 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, function in class:SystemZTargetLowering
602 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3935 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
3937 void AArch64TargetLowering::LowerAsmOperandForConstraint( function in class:AArch64TargetLowering
4068 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10384 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
10386 void ARMTargetLowering::LowerAsmOperandForConstraint(SDValue Op, function in class:ARMTargetLowering
10548 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8672 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
8674 void PPCTargetLowering::LowerAsmOperandForConstraint(SDValue Op, function in class:PPCTargetLowering
8739 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);

Completed in 763 milliseconds