Searched refs:getConstVal (Results 1 - 18 of 18) sorted by last modified time

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1500 const Constant *getConstVal() const { function in class:ConstantPoolSDNode
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11480 : (const void *)C->getConstVal();
H A DInstrEmitter.cpp417 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align);
H A DSelectionDAG.cpp467 ID.AddPointer(CP->getConstVal());
H A DSelectionDAGDumper.cpp418 OS << "<" << *CP->getConstVal() << ">";
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2012 FVal = cast<ConstantFP>(CN->getConstVal())->getValueAPF();
H A DAArch64ISelLowering.cpp3429 CP->getConstVal(), PtrVT, CP->getAlignment(), CP->getOffset(),
3437 DAG.getTargetConstantPool(CP->getConstVal(), PtrVT, CP->getAlignment(),
3439 DAG.getTargetConstantPool(CP->getConstVal(), PtrVT, CP->getAlignment(),
3441 DAG.getTargetConstantPool(CP->getConstVal(), PtrVT, CP->getAlignment(),
3443 DAG.getTargetConstantPool(CP->getConstVal(), PtrVT, CP->getAlignment(),
3449 DAG.getTargetConstantPool(CP->getConstVal(), PtrVT, CP->getAlignment(),
3452 CP->getConstVal(), PtrVT, CP->getAlignment(), CP->getOffset(),
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2277 Res = DAG.getTargetConstantPool(CP->getConstVal(), PtrVT,
3130 if (const ConstantFP *CFP = dyn_cast<ConstantFP>(CP->getConstVal()))
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp960 Res = DAG.getTargetConstantPool(CP->getConstVal(), ValTy,
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp153 AM.CP = CP->getConstVal();
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp117 return DAG.getTargetConstantPool(N->getConstVal(), Ty, N->getAlignment(),
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2171 const Constant *C = CP->getConstVal();
H A DPPCISelLowering.cpp842 if (const ConstantFP *CFP = dyn_cast<ConstantFP>(CP->getConstVal()))
1541 const Constant *C = CP->getConstVal();
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1768 return DAG.getTargetConstantPool(CP->getConstVal(),
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1904 Result = DAG.getTargetConstantPool(CP->getConstVal(), PtrVT,
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp670 AM.CP = CP->getConstVal();
711 AM.CP = CP->getConstVal();
H A DX86ISelLowering.cpp10155 SDValue Result = DAG.getTargetConstantPool(CP->getConstVal(), getPointerTy(),
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp339 Res = DAG.getTargetConstantPool(CP->getConstVal(), PtrVT,

Completed in 731 milliseconds