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

  /external/mesa3d/src/amd/common/
ac_llvm_helper.cpp 102 flags.setFast();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Operator.h 231 void setFast(bool B = true) { B ? set() : clear(); }
245 void setFast(bool B) {
Instruction.h 320 void setFast(bool B);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LoopUtils.cpp 742 FMF.setFast();
    [all...]
SimplifyLibCalls.cpp     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
llvm_ir_runtime.cc 76 fast_math_flags.setFast(enable_fast_math);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instruction.cpp 148 void Instruction::setFast(bool B) {
150 cast<FPMathOperator>(this)->setFast(B);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
IRBuilderTest.cpp 182 FAdd->setFast(true);
192 FMF.setFast();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
LLParser.h 224 case lltok::kw_fast: FMF.setFast(); Lex.Lex(); continue;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUCodeGenPrepare.cpp 618 FMF.setFast();
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
llvm_util.cc 511 flags.setFast();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 485 Flags.setFast();
    [all...]
  /external/guice/extensions/persist/lib/
commons-collections.jar 
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 328 Flags.setFast();
    [all...]
SLPVectorizer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 2151 milliseconds