HomeSort by: relevance | last modified time | path
    Searched refs:canCauseFpMLxStall (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 70 (TII.canCauseFpMLxStall(MI->getOpcode()) ||
MLxExpansionPass.cpp 253 if (TII->canCauseFpMLxStall(NextMI->getOpcode())) {
ARMBaseInstrInfo.h 509 /// canCauseFpMLxStall - Return true if an instruction of the specified opcode
512 bool canCauseFpMLxStall(unsigned Opcode) const {

Completed in 17 milliseconds