Searched refs:getExistingMachineCPValue (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
| H A D | CSKYConstantPoolValue.cpp | 57 int CSKYConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in CSKYConstantPoolValue 114 int CSKYConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in CSKYConstantPoolConstant 148 int CSKYConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in CSKYConstantPoolSymbol 182 int CSKYConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in CSKYConstantPoolMBB 214 int CSKYConstantPoolJT::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in CSKYConstantPoolJT
|
| H A D | CSKYConstantPoolValue.h | 75 int getExistingMachineCPValue(MachineConstantPool *CP, 127 int getExistingMachineCPValue(MachineConstantPool *CP, 157 int getExistingMachineCPValue(MachineConstantPool *CP, 185 int getExistingMachineCPValue(MachineConstantPool *CP, 212 int getExistingMachineCPValue(MachineConstantPool *CP,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMConstantPoolValue.h | 114 int getExistingMachineCPValue(MachineConstantPool *CP, 187 int getExistingMachineCPValue(MachineConstantPool *CP, 223 int getExistingMachineCPValue(MachineConstantPool *CP, 259 int getExistingMachineCPValue(MachineConstantPool *CP,
|
| H A D | ARMConstantPoolValue.cpp | 75 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in ARMConstantPoolValue 191 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in ARMConstantPoolConstant 239 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in ARMConstantPoolSymbol 279 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in ARMConstantPoolMBB
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZConstantPoolValue.h | 45 int getExistingMachineCPValue(MachineConstantPool *CP,
|
| H A D | SystemZConstantPoolValue.cpp | 28 int SystemZConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in SystemZConstantPoolValue
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineConstantPool.h | 48 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 1468 int Idx = V->getExistingMachineCPValue(this, Alignment); in getConstantPoolIndex()
|