reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/TargetLowering.h
 3923   virtual void ComputeConstraintToUse(AsmOperandInfo &OpInfo,

References

lib/CodeGen/CodeGenPrepare.cpp
 4399     TLI.ComputeConstraintToUse(OpInfo, SDValue());
 5043     TLI->ComputeConstraintToUse(OpInfo, SDValue());
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
  190               TLI->ComputeConstraintToUse(Op, SDValue(), DAG);
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 8110     TLI.ComputeConstraintToUse(T, SDValue());
 8148     TLI.ComputeConstraintToUse(OpInfo, OpInfo.CallOperand, &DAG);
lib/Target/AMDGPU/SIISelLowering.cpp
11023           ComputeConstraintToUse(TC, SDValue());