HomeSort by relevance Sort by last modified time
    Searched refs:canCauseFpMLxStall (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 63 (TII.canCauseFpMLxStall(MI->getOpcode()) ||
ARMBaseInstrInfo.h 386 /// canCauseFpMLxStall - Return true if an instruction of the specified opcode
389 bool canCauseFpMLxStall(unsigned Opcode) const {
MLxExpansionPass.cpp 256 if (TII->canCauseFpMLxStall(NextMI->getOpcode())) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 63 (TII.canCauseFpMLxStall(MI->getOpcode()) ||
ARMBaseInstrInfo.h 417 /// canCauseFpMLxStall - Return true if an instruction of the specified opcode
420 bool canCauseFpMLxStall(unsigned Opcode) const {
MLxExpansionPass.cpp 256 if (TII->canCauseFpMLxStall(NextMI->getOpcode())) {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMHazardRecognizer.cpp 63 (TII.canCauseFpMLxStall(MI->getOpcode()) ||
ARMBaseInstrInfo.h 285 /// canCauseFpMLxStall - Return true if an instruction of the specified opcode
288 bool canCauseFpMLxStall(unsigned Opcode) const {
MLxExpansionPass.cpp 190 if (TII->canCauseFpMLxStall(NextMI->getOpcode())) {

Completed in 165 milliseconds