/external/skqp/src/gpu/ |
D | GrSurfaceProxyPriv.h | 52 bool isExact() const { return SkBackingFit::kExact == fProxy->fFit; } in isExact() function
|
/external/skia/src/gpu/ |
D | GrSurfaceProxyPriv.h | 52 bool isExact() const { return SkBackingFit::kExact == fProxy->fFit; } in isExact() function
|
/external/swiftshader/third_party/LLVM/unittests/ADT/ |
D | APFloatTest.cpp | 351 bool isExact = false; in TEST() local
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Operator.h | 143 bool isExact() const { in isExact() function
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 34 bool isNUW = false, isNSW = false, isExact = false; in FoldPHIArgBinOpIntoPHI() local 405 bool isNUW = false, isNSW = false, isExact = false; in FoldPHIArgOpIntoPHI() local
|
/external/llvm/include/llvm/IR/ |
D | Operator.h | 141 bool isExact() const { in isExact() function
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 119 bool Instruction::isExact() const { in isExact() function in Instruction
|
D | Constants.cpp | 2165 Constant *ConstantExpr::getUDiv(Constant *C1, Constant *C2, bool isExact) { in getUDiv() 2170 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { in getSDiv() 2210 Constant *ConstantExpr::getLShr(Constant *C1, Constant *C2, bool isExact) { in getLShr() 2215 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InstructionSimplify.cpp | 1099 static Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst() 1118 Value *llvm::SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst() 1125 static Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst() 1148 Value *llvm::SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst()
|
D | ConstantFolding.cpp | 1157 bool isExact = false; in ConstantFoldConvertToInt() local
|
/external/skia/tests/ |
D | DetermineDomainModeTest.cpp | 123 bool isExact, in create_proxy()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Operator.h | 136 bool isExact() const { in isExact() function
|
/external/skqp/tests/ |
D | DetermineDomainModeTest.cpp | 123 bool isExact, in create_proxy()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Constants.cpp | 1813 Constant *ConstantExpr::getUDiv(Constant *C1, Constant *C2, bool isExact) { in getUDiv() 1818 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { in getSDiv() 1858 Constant *ConstantExpr::getLShr(Constant *C1, Constant *C2, bool isExact) { in getLShr() 1863 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instruction.cpp | 144 bool Instruction::isExact() const { in isExact() function in Instruction
|
D | Constants.cpp | 2219 Constant *ConstantExpr::getUDiv(Constant *C1, Constant *C2, bool isExact) { in getUDiv() 2224 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { in getSDiv() 2264 Constant *ConstantExpr::getLShr(Constant *C1, Constant *C2, bool isExact) { in getLShr() 2269 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) { in getAShr()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 1345 bool isExact, const Query &Q, in SimplifyRightShift() 1402 static Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst() 1416 Value *llvm::SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst() 1427 static Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst() 1450 Value *llvm::SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst()
|
D | ConstantFolding.cpp | 1435 bool isExact = false; in ConstantFoldConvertToInt() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 1260 Value *Op1, bool isExact, const SimplifyQuery &Q, in SimplifyRightShift() 1317 static Value *SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst() 1348 Value *llvm::SimplifyLShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyLShrInst() 1355 static Value *SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst() 1379 Value *llvm::SimplifyAShrInst(Value *Op0, Value *Op1, bool isExact, in SimplifyAShrInst()
|
D | ConstantFolding.cpp | 1563 bool isExact = false; in ConstantFoldSSEConvertToInt() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 187 bool isExact; in materializeRegForValue() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 232 bool isExact = false; in ConvertToSInt() local
|
/external/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 952 bool isExact = false; in TEST() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 227 bool isExact = false; in ConvertToSInt() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 237 bool isExact; in materializeConstant() local
|