Searched refs:ComputeConstraintToUse (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FunctionLoweringInfo.cpp | 199 TLI->ComputeConstraintToUse(Op, SDValue(), DAG); in set()
|
H A D | SelectionDAGBuilder.cpp | 8885 TLI.ComputeConstraintToUse(T, SDValue()); in visitInlineAsm() 8939 TLI.ComputeConstraintToUse(OpInfo, OpInfo.CallOperand, &DAG); in visitInlineAsm()
|
H A D | TargetLowering.cpp | 5726 void TargetLowering::ComputeConstraintToUse(AsmOperandInfo &OpInfo, in ComputeConstraintToUse() function in TargetLowering
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.cpp | 846 TLI->ComputeConstraintToUse(TC, SDValue()); in isInlineAsmSourceOfDivergence()
|
H A D | SIISelLowering.cpp | 13119 ComputeConstraintToUse(TC, SDValue()); in requiresUniformRegister()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 4668 virtual void ComputeConstraintToUse(AsmOperandInfo &OpInfo,
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 4953 TLI.ComputeConstraintToUse(OpInfo, SDValue()); in IsOperandAMemoryOperand() 5758 TLI->ComputeConstraintToUse(OpInfo, SDValue()); in optimizeInlineAsmInst()
|