Home
last modified time | relevance | path

Searched refs:allowFMA (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.h37 bool allowFMA() const;
DNVPTXISelLowering.h514 bool allowFMA(MachineFunction &MF, CodeGenOpt::Level OptLevel) const;
DNVPTXInstrInfo.td144 def allowFMA : Predicate<"allowFMA()">;
145 def noFMA : Predicate<"!allowFMA()">;
206 Requires<[allowFMA]>;
212 Requires<[allowFMA]>;
218 Requires<[allowFMA, doF32FTZ]>;
224 Requires<[allowFMA, doF32FTZ]>;
230 Requires<[allowFMA]>;
236 Requires<[allowFMA]>;
DNVPTXISelLowering.cpp3797 bool NVPTXTargetLowering::allowFMA(MachineFunction &MF, in allowFMA() function in NVPTXTargetLowering
3857 if (!TLI->allowFMA(DAG.getMachineFunction(), OptLevel)) in PerformADDCombineWithOperands()
DNVPTXISelDAGToDAG.cpp99 bool NVPTXDAGToDAGISel::allowFMA() const { in allowFMA() function in NVPTXDAGToDAGISel
101 return TL->allowFMA(*MF, OptLevel); in allowFMA()