Searched refs:ARMFastISel (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1 //===- ARMFastISel.cpp - ARM FastISel implementation ----------------------===//
108 class ARMFastISel final : public FastISel {
123 explicit ARMFastISel(FunctionLoweringInfo &funcInfo, function in class:__anon2150::final
250 bool ARMFastISel::DefinesOptionalPredicate(MachineInstr *MI, bool *CPSR) {
263 bool ARMFastISel::isARMNEONPred(const MachineInstr *MI) {
284 ARMFastISel::AddOptionalDefs(const MachineInstrBuilder &MIB) {
301 unsigned ARMFastISel::fastEmitInst_r(unsigned MachineInstOpcode,
323 unsigned ARMFastISel::fastEmitInst_rr(unsigned MachineInstOpcode,
351 unsigned ARMFastISel::fastEmitInst_ri(unsigned MachineInstOpcode,
377 unsigned ARMFastISel
[all...]
/freebsd-11-stable/lib/clang/libllvm/
H A DMakefile1032 SRCS_MIN+= Target/ARM/ARMFastISel.cpp

Completed in 115 milliseconds