OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARMFastISel
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/ARM/
ARMFastISel.cpp
1
//===--
ARMFastISel
.cpp - ARM FastISel implementation ---------------------===//
76
class
ARMFastISel
: public FastISel {
91
explicit
ARMFastISel
(FunctionLoweringInfo &funcInfo,
238
bool
ARMFastISel
::DefinesOptionalPredicate(MachineInstr *MI, bool *CPSR) {
252
bool
ARMFastISel
::isARMNEONPred(const MachineInstr *MI) {
273
ARMFastISel
::AddOptionalDefs(const MachineInstrBuilder &MIB) {
294
unsigned
ARMFastISel
::FastEmitInst_(unsigned MachineInstOpcode,
303
unsigned
ARMFastISel
::FastEmitInst_r(unsigned MachineInstOpcode,
322
unsigned
ARMFastISel
::FastEmitInst_rr(unsigned MachineInstOpcode,
344
unsigned
ARMFastISel
::FastEmitInst_rrr(unsigned MachineInstOpcode
[
all
...]
Android.mk
26
ARMFastISel
.cpp \
Completed in 25 milliseconds