Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp33 class ARMInstructionSelector : public InstructionSelector { class
35 ARMInstructionSelector(const ARMBaseTargetMachine &TM, const ARMSubtarget &STI,
96 return new ARMInstructionSelector(TM, STI, RBI); in createARMInstructionSelector()
106 ARMInstructionSelector::ARMInstructionSelector(const ARMBaseTargetMachine &TM, in ARMInstructionSelector() function in ARMInstructionSelector
352 struct ARMInstructionSelector::CmpConstants {
372 struct ARMInstructionSelector::InsertInfo {
382 void ARMInstructionSelector::putConstant(InsertInfo I, unsigned DestReg, in putConstant()
391 bool ARMInstructionSelector::validOpRegPair(MachineRegisterInfo &MRI, in validOpRegPair()
400 bool ARMInstructionSelector::validReg(MachineRegisterInfo &MRI, unsigned Reg, in validReg()
416 bool ARMInstructionSelector::selectCmp(CmpConstants Helper, in selectCmp()
[all …]
DCMakeLists.txt33 ARMInstructionSelector.cpp
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk756 llvm/lib/Target/ARM/ARMInstructionSelector.cpp \
DBUILD.gn520 "llvm/lib/Target/ARM/ARMInstructionSelector.cpp",
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenGlobalISel.inc16 typedef ComplexRendererFns(ARMInstructionSelector::*ComplexMatcherMemFn)(MachineOperand &) const;
17 …typedef void(ARMInstructionSelector::*CustomRendererFn)(MachineInstrBuilder &, const MachineInstr&…
19 static ARMInstructionSelector::ComplexMatcherMemFn ComplexPredicateFns[];
20 static ARMInstructionSelector::CustomRendererFn CustomRenderers[];
102 PredicateBitset ARMInstructionSelector::
224 PredicateBitset ARMInstructionSelector::
433 bool ARMInstructionSelector::testImmPredicate_I64(unsigned PredicateID, int64_t Imm) const {
654 bool ARMInstructionSelector::testImmPredicate_APFloat(unsigned PredicateID, const APFloat & Imm) co…
658 bool ARMInstructionSelector::testImmPredicate_APInt(unsigned PredicateID, const APInt & Imm) const {
666 bool ARMInstructionSelector::testMIPredicate_MI(unsigned PredicateID, const MachineInstr & MI) cons…
[all …]
/external/swiftshader/
DCMakeLists.txt1689 ${LLVM_DIR}/lib/Target/ARM/ARMInstructionSelector.cpp