Searched refs:getMachineCPVal (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp416 OS << "<" << *CP->getMachineCPVal() << ">";
H A DInstrEmitter.cpp415 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align);
H A DSelectionDAG.cpp465 CP->getMachineCPVal()->addSelectionDAGCSEId(ID);
H A DDAGCombiner.cpp11479 CV = C->isMachineConstantPoolEntry() ? (const void *)C->getMachineCPVal()
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1505 MachineConstantPoolValue *getMachineCPVal() const { function in class:ConstantPoolSDNode
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp957 Res = DAG.getTargetConstantPool(CP->getMachineCPVal(), ValTy,
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp336 Res = DAG.getTargetConstantPool(CP->getMachineCPVal(), PtrVT,
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1901 Result = DAG.getTargetConstantPool(CP->getMachineCPVal(), PtrVT,
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2274 Res = DAG.getTargetConstantPool(CP->getMachineCPVal(), PtrVT,

Completed in 370 milliseconds