HomeSort by: relevance | last modified time | path
    Searched refs:allowFMA (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.h 36 bool allowFMA() const;
NVPTXISelLowering.h 538 bool allowFMA(MachineFunction &MF, CodeGenOpt::Level OptLevel) const;
NVPTXISelDAGToDAG.cpp 61 bool NVPTXDAGToDAGISel::allowFMA() const {
63 return TL->allowFMA(*MF, OptLevel);
NVPTXISelLowering.cpp 4284 bool NVPTXTargetLowering::allowFMA(MachineFunction &MF,
4345 if (!TLI->allowFMA(DAG.getMachineFunction(), OptLevel))

Completed in 27 milliseconds