Home
last modified time | relevance | path

Searched refs:getExistingMachineCPValue (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.h108 int getExistingMachineCPValue(MachineConstantPool *CP,
167 int getExistingMachineCPValue(MachineConstantPool *CP,
201 int getExistingMachineCPValue(MachineConstantPool *CP,
237 int getExistingMachineCPValue(MachineConstantPool *CP,
DARMConstantPoolValue.cpp63 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in ARMConstantPoolValue
164 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in ARMConstantPoolConstant
203 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in ARMConstantPoolSymbol
243 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in ARMConstantPoolMBB
/external/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.h47 int getExistingMachineCPValue(MachineConstantPool *CP,
DSystemZConstantPoolValue.cpp45 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue() function in SystemZConstantPoolValue
/external/llvm/include/llvm/CodeGen/
DMachineConstantPool.h56 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
/external/llvm/lib/CodeGen/
DMachineFunction.cpp945 int Idx = V->getExistingMachineCPValue(this, Alignment); in getConstantPoolIndex()