Searched refs:canCauseFpMLxStall (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp66 (TII.canCauseFpMLxStall(MI->getOpcode()) ||
H A DARMBaseInstrInfo.h309 /// canCauseFpMLxStall - Return true if an instruction of the specified opcode
312 bool canCauseFpMLxStall(unsigned Opcode) const { function in class:llvm::ARMBaseInstrInfo
H A DMLxExpansionPass.cpp255 if (TII->canCauseFpMLxStall(NextMI->getOpcode())) {

Completed in 88 milliseconds