Home
last modified time | relevance | path

Searched refs:isARMNEONPred (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFastISel.cpp206 bool isARMNEONPred(const MachineInstr *MI);
236 bool ARMFastISel::isARMNEONPred(const MachineInstr *MI) { in isARMNEONPred() function in ARMFastISel
263 if (TII.isPredicable(MI) || isARMNEONPred(MI)) in AddOptionalDefs()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp207 bool isARMNEONPred(const MachineInstr *MI);
236 bool ARMFastISel::isARMNEONPred(const MachineInstr *MI) { in isARMNEONPred() function in ARMFastISel
263 if (isARMNEONPred(MI)) in AddOptionalDefs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMFastISel.cpp238 bool isARMNEONPred(const MachineInstr *MI);
266 bool ARMFastISel::isARMNEONPred(const MachineInstr *MI) { in isARMNEONPred() function in ARMFastISel
293 if (isARMNEONPred(MI)) in AddOptionalDefs()