Searched refs:ARMConstantPoolMBB (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.cpp | 263 ARMConstantPoolMBB::ARMConstantPoolMBB(LLVMContext &C, in ARMConstantPoolMBB() function in ARMConstantPoolMBB 272 ARMConstantPoolMBB *ARMConstantPoolMBB::Create(LLVMContext &C, in Create() 276 return new ARMConstantPoolMBB(C, mbb, ID, PCAdj, ARMCP::no_modifier, false); in Create() 279 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() 281 return getExistingMachineCPValueImpl<ARMConstantPoolMBB>(CP, Alignment); in getExistingMachineCPValue() 284 bool ARMConstantPoolMBB::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() 285 const ARMConstantPoolMBB *ACPMBB = dyn_cast<ARMConstantPoolMBB>(ACPV); in hasSameValue() 290 void ARMConstantPoolMBB::addSelectionDAGCSEId(FoldingSetNodeID &ID) { in addSelectionDAGCSEId() 295 void ARMConstantPoolMBB::print(raw_ostream &O) const { in print()
|
D | ARMConstantPoolValue.h | 247 class ARMConstantPoolMBB : public ARMConstantPoolValue { 250 ARMConstantPoolMBB(LLVMContext &C, const MachineBasicBlock *mbb, unsigned id, 255 static ARMConstantPoolMBB *Create(LLVMContext &C, 276 bool equals(const ARMConstantPoolMBB *A) const { in equals()
|
D | ARMAsmPrinter.cpp | 901 const MachineBasicBlock *MBB = cast<ARMConstantPoolMBB>(ACPV)->getMBB(); in EmitMachineConstantPoolValue()
|
D | ARMBaseInstrInfo.cpp | 1680 NewCPV = ARMConstantPoolMBB:: in duplicateCPV() 1682 cast<ARMConstantPoolMBB>(ACPV)->getMBB(), PCLabelId, 4); in duplicateCPV()
|
D | ARMISelLowering.cpp | 9499 ARMConstantPoolMBB::Create(F.getContext(), DispatchBB, PCLabelId, PCAdj); in SetupEntryBlockForSjLj()
|