Home
last modified time | relevance | path

Searched defs:isExact (Results 1 – 25 of 33) sorted by relevance

12

/external/skqp/src/gpu/
DGrSurfaceProxyPriv.h52 bool isExact() const { return SkBackingFit::kExact == fProxy->fFit; } in isExact() function
/external/skia/src/gpu/
DGrSurfaceProxyPriv.h52 bool isExact() const { return SkBackingFit::kExact == fProxy->fFit; } in isExact() function
/external/swiftshader/third_party/LLVM/unittests/ADT/
DAPFloatTest.cpp351 bool isExact = false; in TEST() local
/external/swiftshader/third_party/LLVM/include/llvm/
DOperator.h143 bool isExact() const { in isExact() function
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombinePHI.cpp34 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/
DOperator.h141 bool isExact() const { in isExact() function
/external/llvm/lib/IR/
DInstruction.cpp119 bool Instruction::isExact() const { in isExact() function in Instruction
DConstants.cpp2165 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/
DInstructionSimplify.cpp1099 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()
DConstantFolding.cpp1157 bool isExact = false; in ConstantFoldConvertToInt() local
/external/skia/tests/
DDetermineDomainModeTest.cpp123 bool isExact, in create_proxy()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DOperator.h136 bool isExact() const { in isExact() function
/external/skqp/tests/
DDetermineDomainModeTest.cpp123 bool isExact, in create_proxy()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp1813 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/
DInstruction.cpp144 bool Instruction::isExact() const { in isExact() function in Instruction
DConstants.cpp2219 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/
DInstructionSimplify.cpp1345 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()
DConstantFolding.cpp1435 bool isExact = false; in ConstantFoldConvertToInt() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp1260 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()
DConstantFolding.cpp1563 bool isExact = false; in ConstantFoldSSEConvertToInt() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFastISel.cpp187 bool isExact; in materializeRegForValue() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp232 bool isExact = false; in ConvertToSInt() local
/external/llvm/unittests/ADT/
DAPFloatTest.cpp952 bool isExact = false; in TEST() local
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp227 bool isExact = false; in ConvertToSInt() local
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp237 bool isExact; in materializeConstant() local

12