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

Declarations

include/llvm/CodeGen/SelectionDAG.h
  655   SDValue getConstantPool(const Constant *C, EVT VT, unsigned Align = 0,

References

include/llvm/CodeGen/SelectionDAG.h
  660     return getConstantPool(C, VT, Align, Offset, true, TargetFlags);
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
20006   SDValue CPIdx = DAG.getConstantPool(CA, TLI.getPointerTy(DAG.getDataLayout()),
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  330       DAG.getConstantPool(LLVMC, TLI.getPointerTy(DAG.getDataLayout()));
  349   SDValue CPIdx = DAG.getConstantPool(CP->getConstantIntValue(),
 1963         DAG.getConstantPool(CP, TLI.getPointerTy(DAG.getDataLayout()));
 2431       DAG.getConstantPool(FudgeFactor, TLI.getPointerTy(DAG.getDataLayout()));
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 4024         DAG.getConstantPool(ConstantInt::get(*DAG.getContext(), FF.zext(64)),
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 7852     OpInfo.CallOperand = DAG.getConstantPool(
lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
  399     SDValue CP = LowerConstantPool(DAG.getConstantPool(CV, VecTy, Align), DAG);
lib/Target/PowerPC/PPCISelLowering.cpp
 8307       SDValue CPIdx = DAG.getConstantPool(CP, getPointerTy(DAG.getDataLayout()),
lib/Target/X86/X86ISelLowering.cpp
 8228           SDValue CP = DAG.getConstantPool(C, PVT);
 8252           SDValue CP = DAG.getConstantPool(C, PVT);
 8268           SDValue VCP = DAG.getConstantPool(VecC, PVT);
 8337           DAG.getConstantPool(C, TLI.getPointerTy(DAG.getDataLayout()));
 9668     SDValue DAGConstVec = DAG.getConstantPool(CV, VT);
18563   SDValue CPIdx0 = DAG.getConstantPool(C0, PtrVT, 16);
18573   SDValue CPIdx1 = DAG.getConstantPool(C1, PtrVT, 16);
18875   SDValue FudgePtr = DAG.getConstantPool(
lib/Target/XCore/XCoreISelLowering.cpp
  303     SDValue CP = DAG.getConstantPool(GAI, MVT::i32);