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

/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp223 // ARMConstantPoolMBB
226 ARMConstantPoolMBB::ARMConstantPoolMBB(LLVMContext &C, function in class:ARMConstantPoolMBB
235 ARMConstantPoolMBB *ARMConstantPoolMBB::Create(LLVMContext &C,
239 return new ARMConstantPoolMBB(C, mbb, ID, PCAdj, ARMCP::no_modifier, false);
242 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP,
244 return getExistingMachineCPValueImpl<ARMConstantPoolMBB>(CP, Alignment);
247 bool ARMConstantPoolMBB::hasSameValue(ARMConstantPoolValue *ACPV) {
248 const ARMConstantPoolMBB *ACPMB
[all...]
H A DARMConstantPoolValue.h218 /// ARMConstantPoolMBB - ARM-specific constantpool value of a machine basic
220 class ARMConstantPoolMBB : public ARMConstantPoolValue { class in namespace:llvm
223 ARMConstantPoolMBB(LLVMContext &C, const MachineBasicBlock *mbb, unsigned id,
228 static ARMConstantPoolMBB *Create(LLVMContext &C,
249 bool equals(const ARMConstantPoolMBB *A) const {
H A DARMAsmPrinter.cpp926 const MachineBasicBlock *MBB = cast<ARMConstantPoolMBB>(ACPV)->getMBB();
H A DARMBaseInstrInfo.cpp1397 NewCPV = ARMConstantPoolMBB::
1399 cast<ARMConstantPoolMBB>(ACPV)->getMBB(), PCLabelId, 4);
H A DARMISelLowering.cpp7044 ARMConstantPoolMBB::Create(F->getContext(), DispatchBB, PCLabelId, PCAdj);

Completed in 110 milliseconds