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

  /external/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 6662 milliseconds