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 66 (TII.canCauseFpMLxStall(MI->getOpcode()) ||
ARMBaseInstrInfo.h 309 /// canCauseFpMLxStall - Return true if an instruction of the specified opcode
312 bool canCauseFpMLxStall(unsigned Opcode) const {
MLxExpansionPass.cpp 255 if (TII->canCauseFpMLxStall(NextMI->getOpcode())) {

Completed in 38 milliseconds