Searched refs:allowFMA (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.h | 36 bool allowFMA() const;
|
D | NVPTXISelLowering.h | 513 bool allowFMA(MachineFunction &MF, CodeGenOpt::Level OptLevel) const;
|
D | NVPTXInstrInfo.td | 146 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]>;
|
D | NVPTXISelDAGToDAG.cpp | 101 bool NVPTXDAGToDAGISel::allowFMA() const { in allowFMA() function in NVPTXDAGToDAGISel 103 return TL->allowFMA(*MF, OptLevel); in allowFMA()
|
D | NVPTXISelLowering.cpp | 3813 bool NVPTXTargetLowering::allowFMA(MachineFunction &MF, in allowFMA() function in NVPTXTargetLowering 3873 if (!TLI->allowFMA(DAG.getMachineFunction(), OptLevel)) in PerformADDCombineWithOperands()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.h | 36 bool allowFMA() const;
|
D | NVPTXISelLowering.h | 538 bool allowFMA(MachineFunction &MF, CodeGenOpt::Level OptLevel) const;
|
D | NVPTXInstrInfo.td | 128 def allowFMA : Predicate<"allowFMA()">; 129 def noFMA : Predicate<"!allowFMA()">; 258 Requires<[allowFMA]>; 264 Requires<[allowFMA]>; 270 Requires<[allowFMA, doF32FTZ]>; 276 Requires<[allowFMA, doF32FTZ]>; 282 Requires<[allowFMA]>; 288 Requires<[allowFMA]>; 295 Requires<[useFP16Math, allowFMA, doF32FTZ]>; 301 Requires<[useFP16Math, allowFMA]>; [all …]
|
D | NVPTXISelDAGToDAG.cpp | 60 bool NVPTXDAGToDAGISel::allowFMA() const { in allowFMA() function in NVPTXDAGToDAGISel 62 return TL->allowFMA(*MF, OptLevel); in allowFMA()
|
D | NVPTXISelLowering.cpp | 3981 bool NVPTXTargetLowering::allowFMA(MachineFunction &MF, in allowFMA() function in NVPTXTargetLowering 4049 if (!TLI->allowFMA(DAG.getMachineFunction(), OptLevel)) in PerformADDCombineWithOperands()
|