/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Operator.h | 160 class FastMathFlags { 166 FastMathFlags(unsigned F) { in FastMathFlags() function 189 FastMathFlags() = default; 233 void operator&=(const FastMathFlags &OtherFlags) { 257 (SubclassOptionalData & ~FastMathFlags::AllowReassoc) | in setHasAllowReassoc() 258 (B * FastMathFlags::AllowReassoc); in setHasAllowReassoc() 263 (SubclassOptionalData & ~FastMathFlags::NoNaNs) | in setHasNoNaNs() 264 (B * FastMathFlags::NoNaNs); in setHasNoNaNs() 269 (SubclassOptionalData & ~FastMathFlags::NoInfs) | in setHasNoInfs() 270 (B * FastMathFlags::NoInfs); in setHasNoInfs() [all …]
|
D | Instruction.h | 35 class FastMathFlags; variable 355 void setFastMathFlags(FastMathFlags FMF); 360 void copyFastMathFlags(FastMathFlags FMF); 389 FastMathFlags getFastMathFlags() const;
|
/external/llvm/include/llvm/IR/ |
D | Operator.h | 164 class FastMathFlags { 168 FastMathFlags(unsigned F) : Flags(F) { } in FastMathFlags() function 179 FastMathFlags() : Flags(0) in FastMathFlags() function 208 void operator&=(const FastMathFlags &OtherFlags) { 222 (SubclassOptionalData & ~FastMathFlags::UnsafeAlgebra) | in setHasUnsafeAlgebra() 223 (B * FastMathFlags::UnsafeAlgebra); in setHasUnsafeAlgebra() 235 (SubclassOptionalData & ~FastMathFlags::NoNaNs) | in setHasNoNaNs() 236 (B * FastMathFlags::NoNaNs); in setHasNoNaNs() 240 (SubclassOptionalData & ~FastMathFlags::NoInfs) | in setHasNoInfs() 241 (B * FastMathFlags::NoInfs); in setHasNoInfs() [all …]
|
D | Instruction.h | 26 class FastMathFlags; variable 285 void setFastMathFlags(FastMathFlags FMF); 290 void copyFastMathFlags(FastMathFlags FMF); 310 FastMathFlags getFastMathFlags() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 46 class FastMathFlags; variable 89 Value *SimplifyFAddInst(Value *LHS, Value *RHS, FastMathFlags FMF, 93 Value *SimplifyFSubInst(Value *LHS, Value *RHS, FastMathFlags FMF, 97 Value *SimplifyFMulInst(Value *LHS, Value *RHS, FastMathFlags FMF, 110 Value *SimplifyFDivInst(Value *LHS, Value *RHS, FastMathFlags FMF, 120 Value *SimplifyFRemInst(Value *LHS, Value *RHS, FastMathFlags FMF, 150 FastMathFlags FMF, const SimplifyQuery &Q); 198 FastMathFlags FMF, const SimplifyQuery &Q);
|
D | TargetTransformInfo.h | 846 ArrayRef<Value *> Args, FastMathFlags FMF, 853 ArrayRef<Type *> Tys, FastMathFlags FMF, 1137 ArrayRef<Type *> Tys, FastMathFlags FMF, 1140 ArrayRef<Value *> Args, FastMathFlags FMF, unsigned VF) = 0; 1483 FastMathFlags FMF, unsigned ScalarizationCostPassed) override { in getIntrinsicInstrCost() 1488 ArrayRef<Value *> Args, FastMathFlags FMF, unsigned VF) override { in getIntrinsicInstrCost()
|
/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 44 class FastMathFlags; variable 69 Value *SimplifyFAddInst(Value *LHS, Value *RHS, FastMathFlags FMF, 78 Value *SimplifyFSubInst(Value *LHS, Value *RHS, FastMathFlags FMF, 87 Value *SimplifyFMulInst(Value *LHS, Value *RHS, FastMathFlags FMF, 120 Value *SimplifyFDivInst(Value *LHS, Value *RHS, FastMathFlags FMF, 145 Value *SimplifyFRemInst(Value *LHS, Value *RHS, FastMathFlags FMF, 215 FastMathFlags FMF, const DataLayout &DL, 299 const FastMathFlags &FMF, const DataLayout &DL,
|
D | TargetTransformInfo.h | 567 ArrayRef<Type *> Tys, FastMathFlags FMF) const; 571 ArrayRef<Value *> Args, FastMathFlags FMF) const; 725 FastMathFlags FMF) = 0; 728 FastMathFlags FMF) = 0; 948 FastMathFlags FMF) override { in getIntrinsicInstrCost() 953 FastMathFlags FMF) override { in getIntrinsicInstrCost()
|
D | TargetTransformInfoImpl.h | 348 ArrayRef<Type *> Tys, FastMathFlags FMF) { in getIntrinsicInstrCost() 352 ArrayRef<Value *> Args, FastMathFlags FMF) { in getIntrinsicInstrCost()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 35 class FastMathFlags; variable 310 void setFastMathFlags(FastMathFlags FMF); 315 void copyFastMathFlags(FastMathFlags FMF); 335 FastMathFlags getFastMathFlags() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.h | 107 ArrayRef<Value*> Args, FastMathFlags FMF, unsigned VF); 109 ArrayRef<Type*> Tys, FastMathFlags FMF,
|
D | HexagonTargetTransformInfo.cpp | 133 ArrayRef<Value*> Args, FastMathFlags FMF, unsigned VF) { in getIntrinsicInstrCost() 138 ArrayRef<Type*> Tys, FastMathFlags FMF, in getIntrinsicInstrCost()
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 84 ArrayRef<Type *> Tys, FastMathFlags FMF); 86 ArrayRef<Value *> Args, FastMathFlags FMF);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 90 ArrayRef<Type *> Tys, FastMathFlags FMF, 93 ArrayRef<Value *> Args, FastMathFlags FMF,
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 164 void Instruction::setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() 169 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() 207 FastMathFlags Instruction::getFastMathFlags() const { in getFastMathFlags() 251 FastMathFlags FM = getFastMathFlags(); in andIRFlags()
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | llvm_util.h | 41 class FastMathFlags; variable 266 llvm::FastMathFlags GetCpuFastMathFlags(const HloModuleConfig& module_config);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instruction.cpp | 183 void Instruction::setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() 188 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() 233 FastMathFlags Instruction::getFastMathFlags() const { in getFastMathFlags() 280 FastMathFlags FM = getFastMathFlags(); in andIRFlags()
|
/external/mesa3d/src/amd/common/ |
D | ac_llvm_helper.cpp | 91 llvm::FastMathFlags flags; in ac_create_builder()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 66 static Value *SimplifyFPBinOp(unsigned, Value *, Value *, const FastMathFlags &, 787 static Value *SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFAddInst() 826 static Value *SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFSubInst() 861 FastMathFlags FMF, in SimplifyFMulInst() 945 Value *llvm::SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFAddInst() 954 Value *llvm::SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFSubInst() 963 Value *llvm::SimplifyFMulInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFMulInst() 1099 static Value *SimplifyFDivInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFDivInst() 1133 Value *llvm::SimplifyFDivInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFDivInst() 1236 static Value *SimplifyFRemInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFRemInst() [all …]
|
D | TargetTransformInfo.cpp | 361 FastMathFlags FMF) const { in getIntrinsicInstrCost() 369 FastMathFlags FMF) const { in getIntrinsicInstrCost()
|
/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 131 TEST_F(IRBuilderTest, FastMathFlags) { in TEST_F() argument 144 FastMathFlags FMF; in TEST_F() 316 FastMathFlags FMF; in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 55 static Value *SimplifyFPBinOp(unsigned, Value *, Value *, const FastMathFlags &, 3473 FastMathFlags FMF, const SimplifyQuery &Q, in SimplifyFCmpInst() 3608 FastMathFlags FMF, const SimplifyQuery &Q) { in SimplifyFCmpInst() 4334 static Value *SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFAddInst() 4367 static Value *SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFSubInst() 4403 static Value *SimplifyFMulInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFMulInst() 4431 Value *llvm::SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFAddInst() 4437 Value *llvm::SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFSubInst() 4442 Value *llvm::SimplifyFMulInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFMulInst() 4447 static Value *SimplifyFDivInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFDivInst() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 152 TEST_F(IRBuilderTest, FastMathFlags) { in TEST_F() argument 165 FastMathFlags FMF; in TEST_F() 400 FastMathFlags FMF; in TEST_F()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 187 FastMathFlags EatFastMathFlagsIfPresent() { in EatFastMathFlagsIfPresent() 188 FastMathFlags FMF; in EatFastMathFlagsIfPresent()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 741 FastMathFlags FMF; in createMinMaxOp() 852 FastMathFlags Flags; in transform() 1525 FastMathFlags Flags; in addFastMathFlag() 1620 FastMathFlags FMFFast; in createSimpleTargetReduction()
|