Home
last modified time | relevance | path

Searched defs:Op0 (Results 1 – 25 of 107) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp244 if (BinaryOperator *Op0 = dyn_cast<BinaryOperator>(LHS)) in ExpandBinOp() local
304 BinaryOperator *Op0 = dyn_cast<BinaryOperator>(LHS); in SimplifyAssociativeBinOp() local
602 Value *&Op0, Value *&Op1, in foldOrCommuteConstant()
617 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in SimplifyAddInst()
681 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in SimplifyAddInst()
737 static Value *SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifySubInst()
865 Value *llvm::SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifySubInst()
872 static Value *SimplifyMulInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in SimplifyMulInst()
926 Value *llvm::SimplifyMulInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in SimplifyMulInst()
932 static Value *simplifyDivRem(Value *Op0, Value *Op1, bool IsDiv) { in simplifyDivRem()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp186 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitMul() local
412 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitFMul() local
681 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in commonIDivTransforms() local
846 static Instruction *foldUDivPow2Cst(Value *Op0, Value *Op1, in foldUDivPow2Cst()
859 static Instruction *foldUDivShl(Value *Op0, Value *Op1, const BinaryOperator &I, in foldUDivShl()
885 static size_t visitUDivOperand(Value *Op0, Value *Op1, const BinaryOperator &I, in visitUDivOperand()
966 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitUDiv() local
1060 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitSDiv() local
1217 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitFDiv() local
1314 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in commonIRemTransforms() local
[all …]
DInstCombineAndOrXor.cpp1163 Value *Op0 = LHS->getOperand(0), *Op1 = LHS->getOperand(1); in foldAndOfICmps() local
1421 Value *Op0 = BO.getOperand(0), *Op1 = BO.getOperand(1), *X; in reassociateFCmps() local
1539 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in foldCastedBitwiseLogic() local
1604 Value *Op0 = I.getOperand(0); in foldAndToXor() local
1630 Value *Op0 = I.getOperand(0); in foldOrToXor() local
1687 Value *Op0 = And.getOperand(0), *Op1 = And.getOperand(1); in narrowMaskedBinOp() local
1750 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitAnd() local
1981 Value *Op0 = Or.getOperand(0), *Op1 = Or.getOperand(1); in matchBSwap() local
2263 Value *Op0 = LHS->getOperand(0), *Op1 = LHS->getOperand(1); in foldOrOfICmps() local
2495 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitOr() local
[all …]
DInstCombineShifts.cpp364 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in commonShiftTransforms() local
682 Instruction *InstCombiner::FoldShiftByConstant(Value *Op0, Constant *Op1, in FoldShiftByConstant()
941 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitShl() local
1058 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitLShr() local
1256 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitAShr() local
DInstCombineCalls.cpp732 static Value *simplifyX86extrq(IntrinsicInst &II, Value *Op0, in simplifyX86extrq()
826 static Value *simplifyX86insertq(IntrinsicInst &II, Value *Op0, Value *Op1, in simplifyX86insertq()
1193 Value *Op0 = II.getArgOperand(0); in foldCttzCtlz() local
1267 Value *Op0 = II.getArgOperand(0); in foldCtpop() local
1952 Value *Op0 = II->getArgOperand(0), *Op1 = II->getArgOperand(1); in visitCallInst() local
2997 Value *Op0 = II->getArgOperand(0); in visitCallInst() local
3037 Value *Op0 = II->getArgOperand(0); in visitCallInst() local
3060 Value *Op0 = II->getArgOperand(0); in visitCallInst() local
3096 Value *Op0 = II->getArgOperand(0); in visitCallInst() local
3139 Value *Op0 = II->getArgOperand(0); in visitCallInst() local
[all …]
DInstructionCombining.cpp340 BinaryOperator *Op0 = dyn_cast<BinaryOperator>(I.getOperand(0)); in SimplifyAssociativeOrCommutative() local
663 BinaryOperator *Op0 = dyn_cast<BinaryOperator>(LHS); in SimplifyUsingDistributiveLaws() local
876 Value *Op0 = SO, *Op1 = ConstOperand; in foldOperationIntoSelectOperand() local
927 Value *Op0 = CI->getOperand(0), *Op1 = CI->getOperand(1); in FoldOpIntoSelect() local
950 Value *Op0 = InV, *Op1 = C; in foldOperationIntoPhiValue() local
1601 Value *Op0 = BO.getOperand(0), *Op1 = BO.getOperand(1); in narrowMathIfNoOverflow() local
2644 Value *Op0; in visitSwitchInst() local
3165 Value *Op0 = I.getOperand(0); in visitFreeze() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp123 Value *Op0 = I.getOperand(0); in convertFCmp() local
233 Value *Op0 = I.getOperand(0); in convertICmp() local
288 Value *Op0, *Op1; in convertLogicOp() local
DSystemZISelDAGToDAG.cpp440 SDValue Op0, uint64_t Op1) { in expandDisp()
463 SDValue Op0 = N.getOperand(0); in expandAddress() local
1081 SDValue Op0 = N->getOperand(I ^ 1); in tryRxSBG() local
1112 SDValue Op0, uint64_t UpperVal, in splitLargeImmediate()
1503 auto Op0 = Node->getOperand(0); in Select() local
1544 SDValue Op0 = Node->getOperand(0); in Select() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp202 void MachineIRBuilder::validateBinaryOp(const LLT &Res, const LLT &Op0, in validateBinaryOp()
208 void MachineIRBuilder::validateShiftOp(const LLT &Res, const LLT &Op0, in validateShiftOp()
215 const SrcOp &Op0, in buildPtrAdd()
225 MachineIRBuilder::materializePtrAdd(Register &Res, Register Op0, in materializePtrAdd()
241 const SrcOp &Op0, in buildPtrMask()
395 const SrcOp &Op0, in buildUAddo()
402 const SrcOp &Op0, in buildUAdde()
700 const SrcOp &Op0, in buildICmp()
707 const SrcOp &Op0, in buildFCmp()
716 const SrcOp &Op0, in buildSelect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp979 Value *Op0, Value *Op1) { in EmitX86Select()
990 Value *Op0, Value *Op1) { in EmitX86ScalarSelect()
1007 static Value *UpgradeX86ALIGNIntrinsics(IRBuilder<> &Builder, Value *Op0, in UpgradeX86ALIGNIntrinsics()
1117 Value *Op0 = CI.getOperand(0); in UpgradeX86AddSubSatIntrinsics() local
1203 Value *Op0 = CI.getArgOperand(0); in upgradeX86ConcatShift() local
1275 Value *Op0 = CI.getArgOperand(0); in upgradeAbs() local
1290 Value *Op0 = CI.getArgOperand(0); in upgradeIntMinMax() local
1355 Value *Op0 = CI.getArgOperand(0); in upgradeMaskedCompare() local
1847 Value *Op0 = CI->getArgOperand(0); in UpgradeIntrinsicCall() local
2428 Value *Op0 = CI->getArgOperand(0); in UpgradeIntrinsicCall() local
[all …]
DProfileSummary.cpp126 ConstantAsMetadata *Op0 = in getSummaryFromMD() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DScalarizer.cpp488 Scatterer Op0 = scatter(&I, I.getOperand(0)); in splitBinary() local
587 Scatterer Op0 = scatter(&SI, SI.getOperand(0)); in visitSelectInst() local
593 Value *Op0 = SI.getOperand(0); in visitSelectInst() local
629 Value *Op0 = GEPI.getOperand(0); in visitGetElementPtrInst() local
671 Scatterer Op0 = scatter(&CI, CI.getOperand(0)); in visitCastInst() local
691 Scatterer Op0 = scatter(&BCI, BCI.getOperand(0)); in visitBitCastInst() local
743 Scatterer Op0 = scatter(&SVI, SVI.getOperand(0)); in visitShuffleVectorInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.cpp135 uint32_t Op0 = 0, Op1 = 0, CRn = 0, CRm = 0, Op2 = 0; in parseGenericRegister() local
149 uint32_t Op0 = (Bits >> 14) & 0x3; in genericRegisterString() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp624 unsigned Op0 = getRegForValue(I->getOperand(0)); in selectBinaryOp() local
1544 unsigned Op0 = getRegForValue(I->getOperand(0)); in selectBitCast() local
1767 const Value *Op0 = EVI->getOperand(0); in selectExtractValue() local
1976 unsigned FastISel::fastEmit_ri_(MVT VT, unsigned Opcode, unsigned Op0, in fastEmit_ri_()
2050 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_r()
2071 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_rr()
2095 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_rrr()
2123 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_ri()
2145 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_rii()
2189 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_rri()
[all …]
DSelectionDAGAddressAnalysis.cpp85 bool BaseIndexOffset::computeAliasing(const SDNode *Op0, in computeAliasing()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86RegisterBankInfo.cpp213 auto &Op0 = MI.getOperand(0); in getInstrMapping() local
242 auto &Op0 = MI.getOperand(0); in getInstrMapping() local
DX86InstrBuilder.h95 const MachineOperand &Op0 = MI->getOperand(Operand); in getAddressFromInstr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp177 Value *Op0, *Op1; in matchAndOrChain() local
284 Value *Op0 = I.getOperand(0); in tryToRecognizePopCount() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp702 MachineOperand &Op0 = MI->getOperand(0); in splitImmediate() local
729 MachineOperand &Op0 = MI->getOperand(0); in splitCombine() local
759 MachineOperand &Op0 = MI->getOperand(0); in splitExt() local
781 MachineOperand &Op0 = MI->getOperand(0); in splitShift() local
905 MachineOperand &Op0 = MI->getOperand(0); in splitAslOr() local
DHexagonCopyToCombine.cpp132 const MachineOperand &Op0 = MI.getOperand(0); in isCombinableInstType() local
145 const MachineOperand &Op0 = MI.getOperand(0); in isCombinableInstType() local
DHexagonPeephole.cpp239 MachineOperand &Op0 = MI.getOperand(0); in runOnMachineFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h151 gep_type_begin(Type *Op0, ArrayRef<T> A) { in gep_type_begin()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelDAGToDAG.cpp139 SDValue Op0 = Node->getOperand(0); in Select() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp488 SDValue Op0 = N->getOperand(0); in performANDCombine() local
608 SDValue Op0 = N->getOperand(0); in performORCombine() local
817 SDValue Op0 = genConstMult(X, Floor, DL, VT, ShiftTy, DAG); in genConstMult() local
824 SDValue Op0 = genConstMult(X, Ceil, DL, VT, ShiftTy, DAG); in genConstMult() local
899 SDValue Op0 = N->getOperand(0); in performSRACombine() local
1006 SDValue Op0 = N->getOperand(0); in performXORCombine() local
2414 SDValue Op0 = Op->getOperand(0); in lowerEXTRACT_VECTOR_ELT() local
2938 SDValue Op0; in lowerVECTOR_SHUFFLE_VSHF() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiISelDAGToDAG.cpp253 SDValue Op0, Op1, AluOp; in SelectInlineAsmMemoryOperand() local

12345