Searched refs:ARMConstantPoolMBB (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp260 // ARMConstantPoolMBB
263 ARMConstantPoolMBB::ARMConstantPoolMBB(LLVMContext &C, function in class:ARMConstantPoolMBB
272 ARMConstantPoolMBB *ARMConstantPoolMBB::Create(LLVMContext &C,
276 return new ARMConstantPoolMBB(C, mbb, ID, PCAdj, ARMCP::no_modifier, false);
279 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP,
281 return getExistingMachineCPValueImpl<ARMConstantPoolMBB>(CP, Alignment);
284 bool ARMConstantPoolMBB::hasSameValue(ARMConstantPoolValue *ACPV) {
285 const ARMConstantPoolMBB *ACPMB
[all...]
H A DARMConstantPoolValue.h243 /// ARMConstantPoolMBB - ARM-specific constantpool value of a machine basic
245 class ARMConstantPoolMBB : public ARMConstantPoolValue { class in namespace:llvm
248 ARMConstantPoolMBB(LLVMContext &C, const MachineBasicBlock *mbb, unsigned id,
253 static ARMConstantPoolMBB *Create(LLVMContext &C,
274 bool equals(const ARMConstantPoolMBB *A) const {
H A DARMAsmPrinter.cpp919 const MachineBasicBlock *MBB = cast<ARMConstantPoolMBB>(ACPV)->getMBB();
H A DARMBaseInstrInfo.cpp1736 NewCPV = ARMConstantPoolMBB::
1738 cast<ARMConstantPoolMBB>(ACPV)->getMBB(), PCLabelId, 4);
H A DARMISelLowering.cpp9942 ARMConstantPoolMBB::Create(F.getContext(), DispatchBB, PCLabelId, PCAdj);

Completed in 217 milliseconds