Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.h105 int getExistingMachineCPValue(MachineConstantPool *CP,
164 int getExistingMachineCPValue(MachineConstantPool *CP,
198 int getExistingMachineCPValue(MachineConstantPool *CP,
234 int getExistingMachineCPValue(MachineConstantPool *CP,
DARMConstantPoolValue.cpp62 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in ARMConstantPoolValue
163 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in ARMConstantPoolConstant
202 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in ARMConstantPoolSymbol
242 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() function in ARMConstantPoolMBB
/external/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.h46 int getExistingMachineCPValue(MachineConstantPool *CP,
DSystemZConstantPoolValue.cpp30 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue() function in SystemZConstantPoolValue
/external/llvm/include/llvm/CodeGen/
DMachineConstantPool.h49 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
/external/llvm/lib/CodeGen/
DMachineFunction.cpp935 int Idx = V->getExistingMachineCPValue(this, Alignment); in getConstantPoolIndex()