Home
last modified time | relevance | path

Searched refs:ARMInstructionSelector (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp33 class ARMInstructionSelector : public InstructionSelector { class
35 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 ARMInstructionSelector
296 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 …]
/freebsd/lib/clang/libllvm/
H A DMakefile1341 SRCS_MIN+= Target/ARM/ARMInstructionSelector.cpp