Searched defs:getConstantPool (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp51 const PseudoSourceValue *PseudoSourceValue::getConstantPool() function in class:PseudoSourceValue
H A DMachineInstr.cpp398 MachinePointerInfo MachinePointerInfo::getConstantPool() { function in class:MachinePointerInfo
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineFunction.h192 MachineConstantPool *getConstantPool() { return ConstantPool; } function in class:llvm::MachineFunction
193 const MachineConstantPool *getConstantPool() const { return ConstantPool; } function in class:llvm::MachineFunction
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1157 SDValue SelectionDAG::getConstantPool(const Constant *C, EVT VT, function in class:SelectionDAG
1184 SDValue SelectionDAG::getConstantPool(MachineConstantPoolValue *C, EVT VT, function in class:SelectionDAG

Completed in 150 milliseconds