Home
last modified time | relevance | path

Searched refs:MachineCPVal (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h72 MachineConstantPoolValue *MachineCPVal; member
87 Val.MachineCPVal = V; in MachineConstantPoolEntry()
H A DSelectionDAGNodes.h1817 MachineConstantPoolValue *MachineCPVal;
1838 Val.MachineCPVal = v;
1854 return Val.MachineCPVal;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp35 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal); in getExistingMachineCPValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp1115 return Val.MachineCPVal->getSizeInBytes(DL); in getSizeInBytes()
1149 Deleted.insert(Constants[i].Val.MachineCPVal); in ~MachineConstantPool()
1150 delete Constants[i].Val.MachineCPVal; in ~MachineConstantPool()
1246 Constants[i].Val.MachineCPVal->print(OS); in print()
H A DMIRPrinter.cpp535 Constant.Val.MachineCPVal->print(StrOS); in convert()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h85 static_cast<ARMConstantPoolValue*>(Constants[i].Val.MachineCPVal); in getExistingMachineCPValueImpl()
H A DARMConstantPoolValue.cpp197 CP->getConstants()[index].Val.MachineCPVal); in getExistingMachineCPValue()
H A DARMAsmPrinter.cpp1676 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in emitInstruction()
H A DARMBaseInstrInfo.cpp1743 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()
1873 static_cast<ARMConstantPoolValue*>(MCPE0.Val.MachineCPVal); in produceSameValue()
1875 static_cast<ARMConstantPoolValue*>(MCPE1.Val.MachineCPVal); in produceSameValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp229 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in emitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2067 emitMachineConstantPoolValue(CPE.Val.MachineCPVal); in emitConstantPool()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10198 return Val.MachineCPVal->getType(); in getType()