Searched refs:ARMInstructionSelector (Results 1 – 2 of 2) sorted by relevance
33 class ARMInstructionSelector : public InstructionSelector { class35 ARMInstructionSelector(const ARMBaseTargetMachine &TM, const ARMSubtarget &STI,165 return new ARMInstructionSelector(TM, STI, RBI); in createARMInstructionSelector()173 ARMInstructionSelector::ARMInstructionSelector(const ARMBaseTargetMachine &TM, in ARMInstructionSelector() function in ARMInstructionSelector296 ARMInstructionSelector::OpcodeCache::OpcodeCache(const ARMSubtarget &STI) { in OpcodeCache()341 unsigned ARMInstructionSelector::selectSimpleExtOpc(unsigned Opc, in selectSimpleExtOpc()357 unsigned ARMInstructionSelector::selectLoadStoreOpCode(unsigned Opc, in selectLoadStoreOpCode()460 struct ARMInstructionSelector::CmpConstants {484 struct ARMInstructionSelector::InsertInfo {494 void ARMInstructionSelector::putConstant(InsertInfo I, unsigned DestReg, in putConstant()[all …]
1341 SRCS_MIN+= Target/ARM/ARMInstructionSelector.cpp