Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/src/
H A Dop.rs5 pub enum BinOp { enum
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp132 BinaryOperator *BinOp = dyn_cast<BinaryOperator>(V); in handlePhiDef() local
H A DCorrelatedValuePropagation.cpp523 BinaryOperator *BinOp = BinaryOperator::Create( in processSaturatingInst() local
741 static bool processBinOp(BinaryOperator *BinOp, LazyValueInf argument
784 processAnd(BinaryOperator *BinOp, LazyValueInfo *LVI) processAnd() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dinit-expr-interface.cc47 void InitExprInterface::BinOp(FullDecoder* decoder, WasmOpcode opcode, in BinOp() function in v8::internal::wasm::InitExprInterface
H A Dgraph-builder-interface.cc360 void BinOp(FullDecoder* decoder, WasmOpcode opcode, const Value& lhs, in BinOp() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantRange.cpp225 ConstantRange::makeGuaranteedNoWrapRegion(Instruction::BinaryOps BinOp, in makeGuaranteedNoWrapRegion() argument
296 ConstantRange ConstantRange::makeExactNoWrapRegion(Instruction::BinaryOps BinOp, in makeExactNoWrapRegion() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp233 doAtomicBinOpExpansion(const RISCVInstrInfo *TII, MachineInstr &MI, DebugLoc DL, MachineBasicBlock *ThisMBB, MachineBasicBlock *LoopMBB, MachineBasicBlock *DoneMBB, AtomicRMWInst::BinOp BinOp, int Width) doAtomicBinOpExpansion() argument
295 doMaskedAtomicBinOpExpansion( const RISCVInstrInfo *TII, MachineInstr &MI, DebugLoc DL, MachineBasicBlock *ThisMBB, MachineBasicBlock *LoopMBB, MachineBasicBlock *DoneMBB, AtomicRMWInst::BinOp BinOp, int Width) doMaskedAtomicBinOpExpansion() argument
358 expandAtomicBinOp( MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, MachineBasicBlock::iterator &NextMBBI) expandAtomicBinOp() argument
407 expandAtomicMinMaxOp( MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, MachineBasicBlock::iterator &NextMBBI) expandAtomicMinMaxOp() argument
[all...]
H A DRISCVISelLowering.cpp2762 getIntrinsicForMaskedAtomicRMWBinOp(unsigned XLen, AtomicRMWInst::BinOp BinOp) { in getIntrinsicForMaskedAtomicRMWBinOp() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp405 static bool willNotOverflow(ScalarEvolution *SE, Instruction::BinaryOps BinOp, in willNotOverflow() argument
H A DPredicateInfo.cpp429 auto *BinOp = cast<BinaryOperator>(BI->getCondition()); in processBranch() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceConverter.cpp345 const auto BinOp = cast<BinaryOperator>(Instr); in convertArithInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp375 BinaryOperator *BinOp = cast<BinaryOperator>(FirstInst); in FoldPHIArgBinOpIntoPHI() local
H A DInstCombineAndOrXor.cpp1791 BinaryOperator::BinaryOps BinOp = cast<BinaryOperator>(Op0)->getOpcode(); in visitAnd() local
1832 Value *BinOp; in visitAnd() local
H A DInstructionCombining.cpp2763 Instruction::BinaryOps BinOp = WO->getBinaryOp(); in visitExtractValueInst() local
/third_party/rust/crates/syn/src/gen/
H A Dclone.rs
H A Ddebug.rs[all...]
H A Dhash.rs[all...]
H A Deq.rs[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc1866 void BinOp(FullDecoder* decoder, WasmOpcode opcode, const Value& lhs, in BinOp() function in v8::internal::wasm::__anon15158::LiftoffCompiler
/third_party/python/Include/internal/
H A Dpycore_ast.h364 } BinOp; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstructions.h722 enum BinOp { enum in llvm::AtomicRMWInst
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3851 const BinaryOperator *BinOp = dyn_cast<BinaryOperator>(Inst); in canGetThrough() local
7137 BinaryOperator *BinOp = dyn_cast<BinaryOperator>(I); in optimizeInst() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12437 SDValue BinOp = BinOps.back(); in DAGCombineTruncBoolExt() local
12653 SDValue BinOp = BinOps.back(); DAGCombineExtBoolTrunc() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18300 SDValue BinOp = Extract->getOperand(0); in narrowInsertExtractVectorBinOp() local
18348 SDValue BinOp = peekThroughBitcasts(Extract->getOperand(0)); in narrowExtractedVectorBinOp() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11872 SDValue BinOp = DAG.getNode(N->getOpcode(), dl, MVT::i32, X, in PerformSHLSimplify() local

Completed in 142 milliseconds