Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h117 int getExistingMachineCPValue(MachineConstantPool *CP,
190 int getExistingMachineCPValue(MachineConstantPool *CP,
226 int getExistingMachineCPValue(MachineConstantPool *CP,
262 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
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h46 int getExistingMachineCPValue(MachineConstantPool *CP,
H A DSystemZConstantPoolValue.cpp30 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue() function in SystemZConstantPoolValue
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h48 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp1033 int Idx = V->getExistingMachineCPValue(this, Alignment); in getConstantPoolIndex()