HomeSort by relevance Sort by last modified time
    Searched refs:setNoInfs (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm/IR/
Operator.h 197 void setNoInfs() { Flags |= NoInfs; }
203 setNoInfs();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Operator.h 216 void setNoInfs(bool B = true) {
  /external/llvm/lib/AsmParser/
LLParser.h 193 case lltok::kw_ninf: FMF.setNoInfs(); Lex.Lex(); continue;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 384 setNoInfs(FPMO.hasNoInfs());
414 void setNoInfs(bool b) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
LLParser.h 226 case lltok::kw_ninf: FMF.setNoInfs(); Lex.Lex(); continue;
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
llvm_util.cc 518 flags.setNoInfs(false);
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 359 void setNoInfs(bool b) { NoInfs = b; }
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 71 FMF.setNoInfs();
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 211 milliseconds