/external/llvm/lib/Target/AArch64/ |
D | AArch64AddressTypePromotion.cpp | 160 const BinaryOperator *BinOp = dyn_cast<BinaryOperator>(Inst); in canGetThrough() local 454 const BinaryOperator *BinOp = dyn_cast<BinaryOperator>(Inst); in analyzeSExtension() local
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyLogical.h | 59 BinOp(LExpr *LHS, LExpr *RHS, Opcode Code) : LExpr(Code), LHS(LHS), RHS(RHS) {} in BinOp() function
|
/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 158 static bool matchPairwiseReductionAtLevel(const BinaryOperator *BinOp, in matchPairwiseReductionAtLevel() 342 BinaryOperator *BinOp; in matchVectorSplittingReduction() local
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter2/ |
D | toy.cpp | 251 int BinOp = CurTok; in ParseBinOpRHS() local
|
/external/llvm/examples/Kaleidoscope/Chapter2/ |
D | toy.cpp | 290 int BinOp = CurTok; in ParseBinOpRHS() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 108 BinaryOperator *BinOp = cast<BinaryOperator>(FirstInst); in FoldPHIArgBinOpIntoPHI() local 556 if (BinaryOperator *BinOp = dyn_cast<BinaryOperator>(FirstInst)) { in FoldPHIArgOpIntoPHI() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 120 BinaryOperator *BinOp = cast<BinaryOperator>(FirstInst); in FoldPHIArgBinOpIntoPHI() local 490 if (BinaryOperator *BinOp = dyn_cast<BinaryOperator>(FirstInst)) { in FoldPHIArgOpIntoPHI() local
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 263 int BinOp = CurTok; in ParseBinOpRHS() local
|
/external/llvm/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 300 int BinOp = CurTok; in ParseBinOpRHS() local
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 270 int BinOp = CurTok; in ParseBinOpRHS() local
|
/external/llvm/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 309 int BinOp = CurTok; in ParseBinOpRHS() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | NullabilityChecker.cpp | 1016 if (auto *BinOp = dyn_cast<BinaryOperator>(S)) { in matchValueExprForBind() local 1174 const auto *BinOp = dyn_cast<BinaryOperator>(S); in checkBind() local
|
/external/llvm/lib/IR/ |
D | ConstantRange.cpp | 169 ConstantRange::makeGuaranteedNoWrapRegion(Instruction::BinaryOps BinOp, in makeGuaranteedNoWrapRegion()
|
D | Instructions.cpp | 2260 Value *BinaryOperator::getNegArgument(Value *BinOp) { in getNegArgument() 2264 const Value *BinaryOperator::getNegArgument(const Value *BinOp) { in getNegArgument() 2268 Value *BinaryOperator::getFNegArgument(Value *BinOp) { in getFNegArgument() 2272 const Value *BinaryOperator::getFNegArgument(const Value *BinOp) { in getFNegArgument() 2276 Value *BinaryOperator::getNotArgument(Value *BinOp) { in getNotArgument() 2287 const Value *BinaryOperator::getNotArgument(const Value *BinOp) { in getNotArgument()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 1929 Value *BinaryOperator::getNegArgument(Value *BinOp) { in getNegArgument() 1933 const Value *BinaryOperator::getNegArgument(const Value *BinOp) { in getNegArgument() 1937 Value *BinaryOperator::getFNegArgument(Value *BinOp) { in getFNegArgument() 1941 const Value *BinaryOperator::getFNegArgument(const Value *BinOp) { in getFNegArgument() 1945 Value *BinaryOperator::getNotArgument(Value *BinOp) { in getNotArgument() 1956 const Value *BinaryOperator::getNotArgument(const Value *BinOp) { in getNotArgument()
|
/external/clang/lib/Analysis/ |
D | Consumed.cpp | 706 void ConsumedStmtVisitor::VisitBinaryOperator(const BinaryOperator *BinOp) { in VisitBinaryOperator() 1292 } else if (const BinaryOperator *BinOp = in splitState() local
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 434 int BinOp = CurTok; in ParseBinOpRHS() local
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 371 int BinOp = CurTok; in ParseBinOpRHS() local
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 415 int BinOp = CurTok; in ParseBinOpRHS() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 95 if (BinaryOperator *BinOp = dyn_cast<BinaryOperator>(Inst)) { in getHashValue() local
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 483 int BinOp = CurTok; in ParseBinOpRHS() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceConverter.cpp | 345 const auto BinOp = cast<BinaryOperator>(Instr); in convertArithInstruction() local
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 483 int BinOp = CurTok; in ParseBinOpRHS() local
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 480 int BinOp = CurTok; in ParseBinOpRHS() local
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | toy.cpp | 554 int BinOp = CurTok; in ParseBinOpRHS() local
|