Searched refs:ARMInstructionSelector (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMInstructionSelector.cpp | 33 class ARMInstructionSelector : public InstructionSelector { class 35 ARMInstructionSelector(const ARMBaseTargetMachine &TM, const ARMSubtarget &STI, 163 return new ARMInstructionSelector(TM, STI, RBI); in createARMInstructionSelector() 171 ARMInstructionSelector::ARMInstructionSelector(const ARMBaseTargetMachine &TM, in ARMInstructionSelector() function in ARMInstructionSelector 294 ARMInstructionSelector::OpcodeCache::OpcodeCache(const ARMSubtarget &STI) { in OpcodeCache() 339 unsigned ARMInstructionSelector::selectSimpleExtOpc(unsigned Opc, in selectSimpleExtOpc() 355 unsigned ARMInstructionSelector::selectLoadStoreOpCode(unsigned Opc, in selectLoadStoreOpCode() 458 struct ARMInstructionSelector::CmpConstants { 482 struct ARMInstructionSelector::InsertInfo { 492 void ARMInstructionSelector::putConstant(InsertInfo I, unsigned DestReg, in putConstant() [all …]
|
H A D | CMakeLists.txt | 36 ARMInstructionSelector.cpp
|
/netbsd-src/external/apache2/llvm/lib/libLLVMARMCodeGen/ |
H A D | Makefile | 26 ARMInstructionSelector.cpp \
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/ARM/ |
H A D | BUILD.gn | 82 "ARMInstructionSelector.cpp",
|