Searched refs:getExistingMachineCPValue (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.h | 108 int getExistingMachineCPValue(MachineConstantPool *CP, 167 int getExistingMachineCPValue(MachineConstantPool *CP, 201 int getExistingMachineCPValue(MachineConstantPool *CP, 237 int getExistingMachineCPValue(MachineConstantPool *CP,
|
D | ARMConstantPoolValue.cpp | 63 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/ |
D | SystemZConstantPoolValue.h | 47 int getExistingMachineCPValue(MachineConstantPool *CP,
|
D | SystemZConstantPoolValue.cpp | 45 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue() function in SystemZConstantPoolValue
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineConstantPool.h | 56 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 945 int Idx = V->getExistingMachineCPValue(this, Alignment); in getConstantPoolIndex()
|