Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp107 class ARMFastISel final : public FastISel { class
122 explicit ARMFastISel(FunctionLoweringInfo &funcInfo, in ARMFastISel() function in __anone34823300111::ARMFastISel
245 bool ARMFastISel::DefinesOptionalPredicate(MachineInstr *MI, bool *CPSR) { in DefinesOptionalPredicate()
258 bool ARMFastISel::isARMNEONPred(const MachineInstr *MI) { in isARMNEONPred()
279 ARMFastISel::AddOptionalDefs(const MachineInstrBuilder &MIB) { in AddOptionalDefs()
296 unsigned ARMFastISel::fastEmitInst_r(unsigned MachineInstOpcode, in fastEmitInst_r()
318 unsigned ARMFastISel::fastEmitInst_rr(unsigned MachineInstOpcode, in fastEmitInst_rr()
345 unsigned ARMFastISel::fastEmitInst_ri(unsigned MachineInstOpcode, in fastEmitInst_ri()
370 unsigned ARMFastISel::fastEmitInst_i(unsigned MachineInstOpcode, in fastEmitInst_i()
391 unsigned ARMFastISel::ARMMoveToFPReg(MVT VT, unsigned SrcReg) { in ARMMoveToFPReg()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1334 SRCS_MIN+= Target/ARM/ARMFastISel.cpp