HomeSort by relevance Sort by last modified time
    Searched full:allowfma (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.h 36 bool allowFMA;
NVPTXInstrInfo.td 72 def allowFMA : Predicate<"allowFMA">;
73 def allowFMA_ftz : Predicate<"(allowFMA && UseF32FTZ)">;
283 Requires<[allowFMA]>;
289 Requires<[allowFMA]>;
307 Requires<[allowFMA]>;
313 Requires<[allowFMA]>;
    [all...]
NVPTXISelDAGToDAG.cpp 79 allowFMA = (FMAContractLevel >= 1) || UseFMADInstruction;
    [all...]

Completed in 124 milliseconds