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

  /external/llvm/unittests/IR/
IRBuilderTest.cpp 171 EXPECT_TRUE(FDiv->hasAllowReciprocal());
178 EXPECT_FALSE(FDiv->hasAllowReciprocal());
189 EXPECT_TRUE(FDiv->hasAllowReciprocal());
196 EXPECT_FALSE(FCmp->hasAllowReciprocal());
207 EXPECT_TRUE(FCmp->hasAllowReciprocal());
250 EXPECT_FALSE(FDiv->hasAllowReciprocal());
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
IRBuilderTest.cpp 176 EXPECT_FALSE(FAdd->hasAllowReciprocal());
186 EXPECT_TRUE(FAdd->hasAllowReciprocal());
215 EXPECT_TRUE(FDiv->hasAllowReciprocal());
223 EXPECT_FALSE(FDiv->hasAllowReciprocal());
235 EXPECT_TRUE(FDiv->hasAllowReciprocal());
242 EXPECT_FALSE(FCmp->hasAllowReciprocal());
253 EXPECT_TRUE(FCmp->hasAllowReciprocal());
334 EXPECT_FALSE(FDiv->hasAllowReciprocal());
  /external/llvm/include/llvm/IR/
Instruction.h 305 bool hasAllowReciprocal() const;
Operator.h 293 bool hasAllowReciprocal() const {
  /external/llvm/lib/IR/
Instruction.cpp 199 bool Instruction::hasAllowReciprocal() const {
201 return cast<FPMathOperator>(this)->hasAllowReciprocal();
AsmWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instruction.h 378 bool hasAllowReciprocal() const;
Operator.h 342 bool hasAllowReciprocal() const {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Instruction.h 330 bool hasAllowReciprocal() const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instruction.cpp 218 bool Instruction::hasAllowReciprocal() const {
220 return cast<FPMathOperator>(this)->hasAllowReciprocal();
AsmWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 386 setAllowReciprocal(FPMO.hasAllowReciprocal());
450 bool hasAllowReciprocal() const { return AllowReciprocal; }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 490 if (getFlags().hasAllowReciprocal())
    [all...]
InstrEmitter.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LICM.cpp 498 I.hasAllowReciprocal()) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 372 bool hasAllowReciprocal() const { return AllowReciprocal; }
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]

Completed in 1563 milliseconds