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

  /external/llvm/include/llvm/IR/
Operator.h 199 void setAllowReciprocal() { Flags |= AllowReciprocal; }
205 setAllowReciprocal();
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 181 FMF.setAllowReciprocal();
199 FMF.setAllowReciprocal();
317 FMF.setAllowReciprocal();
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
IRBuilderTest.cpp 227 FMF.setAllowReciprocal();
245 FMF.setAllowReciprocal();
401 FMF.setAllowReciprocal();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Operator.h 222 void setAllowReciprocal(bool B = true) {
  /external/llvm/lib/AsmParser/
LLParser.h 195 case lltok::kw_arcp: FMF.setAllowReciprocal(); Lex.Lex(); continue;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 386 setAllowReciprocal(FPMO.hasAllowReciprocal());
422 void setAllowReciprocal(bool b) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
LLParser.h 228 case lltok::kw_arcp: FMF.setAllowReciprocal(); Lex.Lex(); continue;
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 361 void setAllowReciprocal(bool b) { AllowReciprocal = b; }
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 80 FMF.setAllowReciprocal();
    [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...]

Completed in 1179 milliseconds