Searched refs:getExistingMachineCPValue (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.h | 105 int getExistingMachineCPValue(MachineConstantPool *CP, 164 int getExistingMachineCPValue(MachineConstantPool *CP, 198 int getExistingMachineCPValue(MachineConstantPool *CP, 234 int getExistingMachineCPValue(MachineConstantPool *CP,
|
D | ARMConstantPoolValue.cpp | 62 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in ARMConstantPoolValue 163 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in ARMConstantPoolConstant 202 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in ARMConstantPoolSymbol 242 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in ARMConstantPoolMBB
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZConstantPoolValue.h | 46 int getExistingMachineCPValue(MachineConstantPool *CP,
|
D | SystemZConstantPoolValue.cpp | 30 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue() function in SystemZConstantPoolValue
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineConstantPool.h | 49 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 935 int Idx = V->getExistingMachineCPValue(this, Alignment); in getConstantPoolIndex()
|