Searched refs:FMSTAT (Results 1 - 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.h58 FMSTAT, // ARM fmstat instruction. enumerator in enum:llvm::ARMISD::NodeType
H A DARMFastISel.cpp1154 TII.get(ARM::FMSTAT)));
1267 TII.get(ARM::FMSTAT)));
H A DARMBaseInstrInfo.cpp2353 if (DefMI->getOpcode() == ARM::FMSTAT) {
H A DARMISelLowering.cpp830 case ARMISD::FMSTAT: return "ARMISD::FMSTAT";
2714 return DAG.getNode(ARMISD::FMSTAT, dl, MVT::Glue, Cmp);
2726 assert(Opc == ARMISD::FMSTAT && "unexpected comparison operation");
2732 assert(Opc == ARMISD::CMPFPw0 && "unexpected operand of FMSTAT");
2735 return DAG.getNode(ARMISD::FMSTAT, DL, MVT::Glue, Cmp);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h59 FMSTAT, // ARM fmstat instruction.
H A DThumb2SizeReduction.cpp238 case ARM::FMSTAT:
H A DARMFastISel.cpp1462 TII.get(ARM::FMSTAT)));
1487 // ARMEmitCmp emits a FMSTAT when necessary, so it's always safe to use CPSR.
H A DARMISelLowering.cpp1136 case ARMISD::FMSTAT: return "ARMISD::FMSTAT";
3487 return DAG.getNode(ARMISD::FMSTAT, dl, MVT::Glue, Cmp);
3499 assert(Opc == ARMISD::FMSTAT && "unexpected comparison operation");
3505 assert(Opc == ARMISD::CMPFPw0 && "unexpected operand of FMSTAT");
3508 return DAG.getNode(ARMISD::FMSTAT, DL, MVT::Glue, Cmp);
H A DARMBaseInstrInfo.cpp3715 if (DefMI.getOpcode() == ARM::FMSTAT) {

Completed in 279 milliseconds