Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.h36 bool allowFMA() const;
DNVPTXISelLowering.h513 bool allowFMA(MachineFunction &MF, CodeGenOpt::Level OptLevel) const;
DNVPTXInstrInfo.td146 def allowFMA : Predicate<"allowFMA()">;
147 def noFMA : Predicate<"!allowFMA()">;
220 Requires<[allowFMA]>;
226 Requires<[allowFMA]>;
232 Requires<[allowFMA, doF32FTZ]>;
238 Requires<[allowFMA, doF32FTZ]>;
244 Requires<[allowFMA]>;
250 Requires<[allowFMA]>;
DNVPTXISelDAGToDAG.cpp101 bool NVPTXDAGToDAGISel::allowFMA() const { in allowFMA() function in NVPTXDAGToDAGISel
103 return TL->allowFMA(*MF, OptLevel); in allowFMA()
DNVPTXISelLowering.cpp3813 bool NVPTXTargetLowering::allowFMA(MachineFunction &MF, in allowFMA() function in NVPTXTargetLowering
3873 if (!TLI->allowFMA(DAG.getMachineFunction(), OptLevel)) in PerformADDCombineWithOperands()