Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Xtensa/
HDXtensaConstantPoolValue.cpp48 int XtensaConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in XtensaConstantPoolValue
89 int XtensaConstantPoolConstant::getExistingMachineCPValue( in getExistingMachineCPValue() function in XtensaConstantPoolConstant
127 int XtensaConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in XtensaConstantPoolSymbol
159 int XtensaConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in XtensaConstantPoolMBB
189 int XtensaConstantPoolJumpTable::getExistingMachineCPValue( in getExistingMachineCPValue() function in XtensaConstantPoolJumpTable
HDXtensaConstantPoolValue.h97 int getExistingMachineCPValue(MachineConstantPool *CP,
137 int getExistingMachineCPValue(MachineConstantPool *CP,
173 int getExistingMachineCPValue(MachineConstantPool *CP,
209 int getExistingMachineCPValue(MachineConstantPool *CP,
241 int getExistingMachineCPValue(MachineConstantPool *CP,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYConstantPoolValue.cpp57 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
HDCSKYConstantPoolValue.h75 int getExistingMachineCPValue(MachineConstantPool *CP,
127 int getExistingMachineCPValue(MachineConstantPool *CP,
157 int getExistingMachineCPValue(MachineConstantPool *CP,
185 int getExistingMachineCPValue(MachineConstantPool *CP,
212 int getExistingMachineCPValue(MachineConstantPool *CP,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMConstantPoolValue.h114 int getExistingMachineCPValue(MachineConstantPool *CP,
187 int getExistingMachineCPValue(MachineConstantPool *CP,
223 int getExistingMachineCPValue(MachineConstantPool *CP,
259 int getExistingMachineCPValue(MachineConstantPool *CP,
HDARMConstantPoolValue.cpp75 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-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZConstantPoolValue.h45 int getExistingMachineCPValue(MachineConstantPool *CP,
HDSystemZConstantPoolValue.cpp28 int SystemZConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in SystemZConstantPoolValue
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineConstantPool.h48 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineFunction.cpp1505 int Idx = V->getExistingMachineCPValue(this, Alignment); in getConstantPoolIndex()