Home
last modified time | relevance | path

Searched refs:LowerAsmOperandForConstraint (Results 1 – 23 of 23) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.h102 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
H A DLanaiISelLowering.cpp284 void LanaiTargetLowering::LowerAsmOperandForConstraint( in LowerAsmOperandForConstraint() function in LanaiTargetLowering
359 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRISelLowering.h125 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
H A DAVRISelLowering.cpp1897 void AVRTargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in llvm::AVRTargetLowering
2001 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h81 void LowerAsmOperandForConstraint(SDValue Op,
H A DSparcISelLowering.cpp3221 LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in SparcTargetLowering
3249 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h503 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
H A DNVPTXISelLowering.cpp2643 void NVPTXTargetLowering::LowerAsmOperandForConstraint( in LowerAsmOperandForConstraint() function in NVPTXTargetLowering
2649 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h422 void LowerAsmOperandForConstraint(SDValue Op,
H A DSystemZISelLowering.cpp951 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, in LowerAsmOperandForConstraint() function in SystemZTargetLowering
993 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h648 void LowerAsmOperandForConstraint(SDValue Op,
H A DMipsISelLowering.cpp3940 void MipsTargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in MipsTargetLowering
4031 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h690 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
H A DAArch64ISelLowering.cpp5729 void AArch64TargetLowering::LowerAsmOperandForConstraint( in LowerAsmOperandForConstraint() function in AArch64TargetLowering
5878 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h416 void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
H A DARMISelLowering.cpp13903 void ARMTargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in ARMTargetLowering
14065 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h755 void LowerAsmOperandForConstraint(SDValue Op,
H A DPPCISelLowering.cpp13655 void PPCTargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in PPCTargetLowering
13726 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h901 void LowerAsmOperandForConstraint(SDValue Op,
H A DX86ISelLowering.cpp42139 void X86TargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in X86TargetLowering
42301 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG); in LowerAsmOperandForConstraint()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3637 virtual void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3183 void TargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint() function in TargetLowering
3628 TLI.LowerAsmOperandForConstraint(Op, OpInfo.Codes[i], in ChooseConstraint()
H A DSelectionDAGBuilder.cpp7788 TLI.LowerAsmOperandForConstraint(InOperandVal, OpInfo.ConstraintCode, in visitInlineAsm()