Home
last modified time | relevance | path

Searched refs:MipsInstructionSelector (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp29 class MipsInstructionSelector : public InstructionSelector { class
31 MipsInstructionSelector(const MipsTargetMachine &TM, const MipsSubtarget &STI,
61 MipsInstructionSelector::MipsInstructionSelector( in MipsInstructionSelector() function in MipsInstructionSelector
93 bool MipsInstructionSelector::select(MachineInstr &I, in select()
209 return new MipsInstructionSelector(TM, Subtarget, RBI); in createMipsInstructionSelector()
DCMakeLists.txt36 MipsInstructionSelector.cpp
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenGlobalISel.inc16 typedef ComplexRendererFns(MipsInstructionSelector::*ComplexMatcherMemFn)(MachineOperand &) const;
17 …typedef void(MipsInstructionSelector::*CustomRendererFn)(MachineInstrBuilder &, const MachineInstr…
19 static MipsInstructionSelector::ComplexMatcherMemFn ComplexPredicateFns[];
20 static MipsInstructionSelector::CustomRendererFn CustomRenderers[];
79 PredicateBitset MipsInstructionSelector::
167 PredicateBitset MipsInstructionSelector::
365 bool MipsInstructionSelector::testImmPredicate_I64(unsigned PredicateID, int64_t Imm) const {
495 bool MipsInstructionSelector::testImmPredicate_APFloat(unsigned PredicateID, const APFloat & Imm) c…
499 bool MipsInstructionSelector::testImmPredicate_APInt(unsigned PredicateID, const APInt & Imm) const…
503 bool MipsInstructionSelector::testMIPredicate_MI(unsigned PredicateID, const MachineInstr & MI) con…
[all …]
/external/swiftshader/third_party/llvm-7.0/
DBUILD.gn650 "llvm/lib/Target/Mips/MipsInstructionSelector.cpp",
/external/swiftshader/
DCMakeLists.txt1582 ${LLVM_DIR}/lib/Target/Mips/MipsInstructionSelector.cpp