| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachineConstantPool.h | 29 class MachineConstantPool; variable 48 virtual int getExistingMachineCPValue(MachineConstantPool *CP, 121 class MachineConstantPool { 132 explicit MachineConstantPool(const DataLayout &DL) in MachineConstantPool() function 134 ~MachineConstantPool();
|
| H A D | MachineFunction.h | 62 class MachineConstantPool; variable 244 MachineConstantPool *ConstantPool; 479 MachineConstantPool *getConstantPool() { return ConstantPool; } 480 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
|
| H A D | FastISel.h | 45 class MachineConstantPool; variable 208 MachineConstantPool &MCP;
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMConstantPoolValue.h | 80 int getExistingMachineCPValueImpl(MachineConstantPool *CP, in getExistingMachineCPValueImpl() 117 int getExistingMachineCPValue(MachineConstantPool *CP, 190 int getExistingMachineCPValue(MachineConstantPool *CP, 226 int getExistingMachineCPValue(MachineConstantPool *CP, 262 int getExistingMachineCPValue(MachineConstantPool *CP,
|
| H A D | ARMConstantPoolValue.cpp | 75 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() 191 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() 239 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() 279 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
|
| H A D | ARMAsmPrinter.h | 21 class MachineConstantPool; variable 44 const MachineConstantPool *MCP;
|
| H A D | ThumbRegisterInfo.cpp | 71 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool() 90 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool()
|
| H A D | ARMBaseRegisterInfo.cpp | 446 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
|
| H A D | ARMExpandPseudoInsts.cpp | 1403 MachineConstantPool *MCP = MF->getConstantPool(); in ExpandMI() 1476 MachineConstantPool *MCP = MBB.getParent()->getConstantPool(); in ExpandMI()
|
| H A D | ARMAsmPrinter.cpp | 1189 const MachineConstantPool *MCP = MF.getConstantPool(); in EmitUnwindingInstruction()
|
| H A D | ARMConstantIslandPass.cpp | 212 MachineConstantPool *MCP;
|
| H A D | ARMBaseInstrInfo.cpp | 1548 MachineConstantPool *MCP = MF.getConstantPool(); in duplicateCPV() 1676 const MachineConstantPool *MCP = MF->getConstantPool(); in produceSameValue()
|
| H A D | ARMFrameLowering.cpp | 2299 MachineConstantPool *MCP = MF.getConstantPool(); in adjustForSegmentedStacks()
|
| H A D | ARMISelLowering.cpp | 8177 MachineConstantPool *MCP = MF->getConstantPool(); in SetupEntryBlockForSjLj() 8472 MachineConstantPool *ConstantPool = MF->getConstantPool(); in EmitSjLjDispatchBlock() 8573 MachineConstantPool *ConstantPool = MF->getConstantPool(); in EmitSjLjDispatchBlock() 8975 MachineConstantPool *ConstantPool = MF->getConstantPool(); in EmitStructByval()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 174 ConstantPool = new (Allocator) MachineConstantPool(getDataLayout()); in init() 238 ConstantPool->~MachineConstantPool(); in clear() 943 MachineConstantPool::~MachineConstantPool() { in ~MachineConstantPool() 1005 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, in getConstantPoolIndex() 1025 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex() 1043 void MachineConstantPool::print(raw_ostream &OS) const { in print() 1059 LLVM_DUMP_METHOD void MachineConstantPool::dump() const { print(dbgs()); } in dump()
|
| H A D | MIRPrinter.cpp | 127 const MachineConstantPool &ConstantPool); 456 const MachineConstantPool &ConstantPool) { in convert()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.h | 33 class MachineConstantPool; variable 61 const MachineConstantPool *MCP = nullptr;
|
| H A D | MipsConstantIslandPass.cpp | 351 MachineConstantPool *MCP = nullptr;
|
| H A D | Mips16InstrInfo.td | 1902 // is the index into the MachineConstantPool that this is, the third is the
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZConstantPoolValue.h | 46 int getExistingMachineCPValue(MachineConstantPool *CP,
|
| H A D | SystemZConstantPoolValue.cpp | 30 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue()
|
| /freebsd-12.1/contrib/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrInfo.cpp | 444 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 131 MachineConstantPool &ConstantPool, 742 MachineConstantPool &ConstantPool, const yaml::MachineFunction &YamlMF) { in initializeConstantPool()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.cpp | 442 MachineConstantPool *MCP = MF->getConstantPool(); in AddOperand()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 1656 const MachineConstantPool *MCP = MF->getConstantPool(); in EmitConstantPool()
|