Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp57 int CSKYConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in CSKYConstantPoolValue
103 int CSKYConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in CSKYConstantPoolConstant
137 int CSKYConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in CSKYConstantPoolSymbol
171 int CSKYConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in CSKYConstantPoolMBB
203 int CSKYConstantPoolJT::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in CSKYConstantPoolJT
H A DCSKYConstantPoolValue.h73 int getExistingMachineCPValue(MachineConstantPool *CP,
120 int getExistingMachineCPValue(MachineConstantPool *CP,
150 int getExistingMachineCPValue(MachineConstantPool *CP,
178 int getExistingMachineCPValue(MachineConstantPool *CP,
205 int getExistingMachineCPValue(MachineConstantPool *CP,
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h114 int getExistingMachineCPValue(MachineConstantPool *CP,
187 int getExistingMachineCPValue(MachineConstantPool *CP,
223 int getExistingMachineCPValue(MachineConstantPool *CP,
259 int getExistingMachineCPValue(MachineConstantPool *CP,
H A DARMConstantPoolValue.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
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h45 int getExistingMachineCPValue(MachineConstantPool *CP,
H A DSystemZConstantPoolValue.cpp28 int SystemZConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in SystemZConstantPoolValue
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h48 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp1503 int Idx = V->getExistingMachineCPValue(this, Alignment); in getConstantPoolIndex()