Home
last modified time | relevance | path

Searched defs:BinOp (Results 1 – 25 of 132) sorted by relevance

123456

/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/
Dop.rs86 impl Parse for BinOp { implementation
174 impl ToTokens for BinOp { implementation
/external/rust/android-crates-io/crates/syn/src/
Dop.rs86 impl Parse for BinOp { implementation
174 impl ToTokens for BinOp { implementation
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/
Dop.rs86 impl Parse for BinOp { implementation
174 impl ToTokens for BinOp { implementation
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/LoongArch/
DLoongArchExpandAtomicPseudoInsts.cpp151 AtomicRMWInst::BinOp BinOp, int Width) { in doAtomicBinOpExpansion()
247 MachineBasicBlock *DoneMBB, AtomicRMWInst::BinOp BinOp, int Width) { in doMaskedAtomicBinOpExpansion()
314 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicBinOp()
363 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicMinMaxOp()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
DRISCVExpandAtomicPseudoInsts.cpp220 AtomicRMWInst::BinOp BinOp, int Width) { in doAtomicBinOpExpansion()
281 MachineBasicBlock *DoneMBB, AtomicRMWInst::BinOp BinOp, int Width) { in doMaskedAtomicBinOpExpansion()
343 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicBinOp()
392 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicMinMaxOp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVExpandPseudoInsts.cpp237 AtomicRMWInst::BinOp BinOp, int Width) { in doAtomicBinOpExpansion()
298 MachineBasicBlock *DoneMBB, AtomicRMWInst::BinOp BinOp, int Width) { in doMaskedAtomicBinOpExpansion()
360 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicBinOp()
409 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicMinMaxOp()
/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp160 const BinaryOperator *BinOp = dyn_cast<BinaryOperator>(Inst); in canGetThrough() local
454 const BinaryOperator *BinOp = dyn_cast<BinaryOperator>(Inst); in analyzeSExtension() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyWasmObjectWriter.cpp53 if (auto BinOp = dyn_cast<MCBinaryExpr>(Expr)) { in getFixupSection() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyWasmObjectWriter.cpp54 if (auto BinOp = dyn_cast<MCBinaryExpr>(Expr)) { in getTargetSection() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp523 BinaryOperator *BinOp = BinaryOperator::Create( in processSaturatingInst() local
651 if (auto *BinOp = dyn_cast<BinaryOperator>(BO)) in processUDivOrURem() local
741 static bool processBinOp(BinaryOperator *BinOp, LazyValueInfo *LVI) { in processBinOp()
784 static bool processAnd(BinaryOperator *BinOp, LazyValueInfo *LVI) { in processAnd()
DLowerExpectIntrinsic.cpp132 BinaryOperator *BinOp = dyn_cast<BinaryOperator>(V); in handlePhiDef() local
DFloat2Int.cpp270 auto BinOp = (Instruction::BinaryOps) I->getOpcode(); in walkForwards() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp602 BinaryOperator *BinOp = BinaryOperator::Create( in processSaturatingInst() local
747 if (auto *BinOp = dyn_cast<BinaryOperator>(BO)) in narrowSDivOrSRem() local
858 if (auto *BinOp = dyn_cast<BinaryOperator>(BO)) in narrowUDivOrURem() local
1056 static bool processBinOp(BinaryOperator *BinOp, LazyValueInfo *LVI) { in processBinOp()
1094 static bool processAnd(BinaryOperator *BinOp, LazyValueInfo *LVI) { in processAnd()
DFloat2Int.cpp303 auto BinOp = (Instruction::BinaryOps) I->getOpcode(); in calcRange() local
DLowerExpectIntrinsic.cpp165 BinaryOperator *BinOp = dyn_cast<BinaryOperator>(V); in handlePhiDef() local
/external/llvm/lib/Analysis/
DCostModel.cpp158 static bool matchPairwiseReductionAtLevel(const BinaryOperator *BinOp, in matchPairwiseReductionAtLevel()
342 BinaryOperator *BinOp; in matchVectorSplittingReduction() local
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyLogical.h59 BinOp(LExpr *LHS, LExpr *RHS, Opcode Code) : LExpr(Code), LHS(LHS), RHS(RHS) {} in BinOp() function
/external/pytorch/torch/csrc/jit/frontend/
Dtree_views.h818 struct BinOp : public Expr { struct
819 explicit BinOp(const TreeRef& tree) : Expr(tree) { in BinOp() argument
862 static BinOp create( in create() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp225 ConstantRange::makeGuaranteedNoWrapRegion(Instruction::BinaryOps BinOp, in makeGuaranteedNoWrapRegion()
296 ConstantRange ConstantRange::makeExactNoWrapRegion(Instruction::BinaryOps BinOp, in makeExactNoWrapRegion()
776 ConstantRange ConstantRange::binaryOp(Instruction::BinaryOps BinOp, in binaryOp()
819 ConstantRange ConstantRange::overflowingBinaryOp(Instruction::BinaryOps BinOp, in overflowingBinaryOp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp378 } else if (auto *BinOp = dyn_cast<BinaryOperator>(Cond)) { in processAssume() local
429 auto *BinOp = cast<BinaryOperator>(BI->getCondition()); in processBranch() local
446 } else if (auto *BinOp = dyn_cast<BinaryOperator>(Cond)) { in processBranch() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DConstantRange.cpp285 ConstantRange::makeGuaranteedNoWrapRegion(Instruction::BinaryOps BinOp, in makeGuaranteedNoWrapRegion()
355 ConstantRange ConstantRange::makeExactNoWrapRegion(Instruction::BinaryOps BinOp, in makeExactNoWrapRegion()
875 ConstantRange ConstantRange::binaryOp(Instruction::BinaryOps BinOp, in binaryOp()
920 ConstantRange ConstantRange::overflowingBinaryOp(Instruction::BinaryOps BinOp, in overflowingBinaryOp()
/external/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp290 int BinOp = CurTok; in ParseBinOpRHS() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp108 BinaryOperator *BinOp = cast<BinaryOperator>(FirstInst); in FoldPHIArgBinOpIntoPHI() local
556 if (BinaryOperator *BinOp = dyn_cast<BinaryOperator>(FirstInst)) { in FoldPHIArgOpIntoPHI() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp238 BinOpToken BinOp; in evalDecodeOperand() local
666 BinOpToken BinOp; in evalComplexExpr() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp375 BinaryOperator *BinOp = cast<BinaryOperator>(FirstInst); in FoldPHIArgBinOpIntoPHI() local
825 if (BinaryOperator *BinOp = dyn_cast<BinaryOperator>(FirstInst)) { in FoldPHIArgOpIntoPHI() local

123456