/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.cpp | 31 class GISelAsmOperandInfo : public TargetLowering::AsmOperandInfo { 37 explicit GISelAsmOperandInfo(const TargetLowering::AsmOperandInfo &Info) in GISelAsmOperandInfo() 38 : TargetLowering::AsmOperandInfo(Info) {} in GISelAsmOperandInfo() 58 void update(const TargetLowering::AsmOperandInfo &OpInfo) { in update() 137 TargetLowering::AsmOperandInfo &OpInfo) { in computeConstraintToUse()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.h | 104 getSingleConstraintMatchWeight(AsmOperandInfo &Info,
|
H A D | LanaiISelLowering.cpp | 254 AsmOperandInfo &Info, const char *Constraint) const { in getSingleConstraintMatchWeight()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FunctionLoweringInfo.cpp | 188 std::vector<TargetLowering::AsmOperandInfo> Ops = in set() 191 for (TargetLowering::AsmOperandInfo &Op : Ops) { in set()
|
H A D | TargetLowering.cpp | 5534 const AsmOperandInfo &OpInfo, SelectionDAG &DAG) const { in LowerAsmOutputForConstraint() 5666 bool TargetLowering::AsmOperandInfo::isMatchingInputConstraint() const { in isMatchingInputConstraint() 5673 unsigned TargetLowering::AsmOperandInfo::getMatchedOperand() const { in getMatchedOperand() 5700 AsmOperandInfo &OpInfo = ConstraintOperands.back(); in ParseConstraints() 5791 AsmOperandInfo &OpInfo = ConstraintOperands[cIndex]; in ParseConstraints() 5800 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints() 5826 for (AsmOperandInfo &cInfo : ConstraintOperands) in ParseConstraints() 5835 AsmOperandInfo &OpInfo = ConstraintOperands[cIndex]; in ParseConstraints() 5842 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput]; in ParseConstraints() 5895 AsmOperandInfo &info, int maIndex) const { in getMultipleConstraintMatchWeight() [all …]
|
H A D | SelectionDAGBuilder.cpp | 9482 class SDISelAsmOperandInfo : public TargetLowering::AsmOperandInfo { 9493 explicit SDISelAsmOperandInfo(const TargetLowering::AsmOperandInfo &info) in SDISelAsmOperandInfo() 9494 : TargetLowering::AsmOperandInfo(info), CallOperand(nullptr, 0) { in SDISelAsmOperandInfo() 9741 void update(const TargetLowering::AsmOperandInfo &OpInfo) { in update()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.h | 129 getSingleConstraintMatchWeight(AsmOperandInfo &info,
|
H A D | AVRISelLowering.cpp | 2520 AsmOperandInfo &info, const char *constraint) const { in getSingleConstraintMatchWeight()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.h | 89 getSingleConstraintMatchWeight(AsmOperandInfo &info,
|
H A D | SparcISelLowering.cpp | 3439 getSingleConstraintMatchWeight(AsmOperandInfo &info, in getSingleConstraintMatchWeight()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 4955 struct AsmOperandInfo : public InlineAsm::ConstraintInfo { struct 4974 AsmOperandInfo(InlineAsm::ConstraintInfo Info) in AsmOperandInfo() argument 4986 using AsmOperandInfoVector = std::vector<AsmOperandInfo>; 4999 AsmOperandInfo &info, int maIndex) const; 5004 AsmOperandInfo &info, const char *constraint) const; 5010 virtual void ComputeConstraintToUse(AsmOperandInfo &OpInfo, 5024 ConstraintGroup getConstraintPreferences(AsmOperandInfo &OpInfo) const; 5066 const AsmOperandInfo &OpInfo,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 1283 getSingleConstraintMatchWeight(AsmOperandInfo &Info, 1305 const AsmOperandInfo &Constraint,
|
H A D | X86ISelLowering.cpp | 58354 AsmOperandInfo &Info, const char *Constraint) const { in getSingleConstraintMatchWeight() 58517 const AsmOperandInfo &OpInfo, SelectionDAG &DAG) const { in LowerAsmOutputForConstraint()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 1268 getSingleConstraintMatchWeight(AsmOperandInfo &info, 1294 const AsmOperandInfo &Constraint,
|
H A D | AArch64ISelLowering.cpp | 11564 const AsmOperandInfo &OpInfo, SelectionDAG &DAG) const { in LowerAsmOutputForConstraint() 11636 AsmOperandInfo &info, const char *constraint) const { in getSingleConstraintMatchWeight()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.h | 631 AsmOperandInfo &info, const char *constraint) const override;
|
H A D | MipsISelLowering.cpp | 3981 AsmOperandInfo &info, const char *constraint) const { in getSingleConstraintMatchWeight()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 519 getSingleConstraintMatchWeight(AsmOperandInfo &info,
|
H A D | SystemZISelLowering.cpp | 1199 getSingleConstraintMatchWeight(AsmOperandInfo &info, in getSingleConstraintMatchWeight()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 528 AsmOperandInfo &info, const char *constraint) const override;
|
H A D | ARMISelLowering.cpp | 20404 AsmOperandInfo &info, const char *constraint) const { in getSingleConstraintMatchWeight()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.h | 975 AsmOperandInfo &info, const char *constraint) const override;
|
H A D | PPCISelLowering.cpp | 16747 AsmOperandInfo &info, const char *constraint) const { in getSingleConstraintMatchWeight()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 5190 for (TargetLowering::AsmOperandInfo &OpInfo : TargetConstraints) { in IsOperandAMemoryOperand() 6013 for (TargetLowering::AsmOperandInfo &OpInfo : TargetConstraints) { in optimizeInlineAsmInst()
|