Searched refs:getExistingMachineCPValue (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMConstantPoolValue.h | 117 int getExistingMachineCPValue(MachineConstantPool *CP, 190 int getExistingMachineCPValue(MachineConstantPool *CP, 226 int getExistingMachineCPValue(MachineConstantPool *CP, 262 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
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZConstantPoolValue.h | 46 int getExistingMachineCPValue(MachineConstantPool *CP,
|
| H A D | SystemZConstantPoolValue.cpp | 30 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue() function in SystemZConstantPoolValue
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachineConstantPool.h | 48 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 1033 int Idx = V->getExistingMachineCPValue(this, Alignment); in getConstantPoolIndex()
|