/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 244 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 301 BinaryOperator *Op0 = dyn_cast<BinaryOperator>(LHS); in simplifyAssociativeBinOp() local 604 Value *&Op0, Value *&Op1, in foldOrCommuteConstant() 631 static Value *simplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in simplifyAddInst() 698 Value *llvm::simplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in simplifyAddInst() 749 static Value *simplifyByDomEq(unsigned Opcode, Value *Op0, Value *Op1, in simplifyByDomEq() 783 static Value *simplifySubInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in simplifySubInst() 918 Value *llvm::simplifySubInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in simplifySubInst() 925 static Value *simplifyMulInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in simplifyMulInst() 990 Value *llvm::simplifyMulInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in simplifyMulInst() 997 static Value *simplifyDivRem(Instruction::BinaryOps Opcode, Value *Op0, in simplifyDivRem() [all …]
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 149 if (BinaryOperator *Op0 = dyn_cast<BinaryOperator>(LHS)) in ExpandBinOp() local 208 BinaryOperator *Op0 = dyn_cast<BinaryOperator>(LHS); in SimplifyAssociativeBinOp() local 529 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifyAddInst() 582 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifyAddInst() 663 static Value *SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifySubInst() 777 Value *llvm::SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifySubInst() 787 static Value *SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFAddInst() 826 static Value *SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFSubInst() 860 static Value *SimplifyFMulInst(Value *Op0, Value *Op1, in SimplifyFMulInst() 885 static Value *SimplifyMulInst(Value *Op0, Value *Op1, const Query &Q, in SimplifyMulInst() [all …]
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 512 Value *Op0, Value *Op1) { in EmitX86Select() 523 Value *Op0, Value *Op1, Value *Shift, in UpgradeX86PALIGNRIntrinsics() 603 Value *Op0 = CI.getArgOperand(0); in upgradeIntMinMax() local 611 Value *Op0 = CI.getArgOperand(0); in upgradeMaskedCompare() local 987 Value *Op0 = CI->getArgOperand(0); in UpgradeIntrinsicCall() local 1000 Value *Op0 = CI->getArgOperand(0); in UpgradeIntrinsicCall() local 1038 Value *Op0 = CI->getArgOperand(0); in UpgradeIntrinsicCall() local 1058 Value *Op0 = CI->getArgOperand(0); in UpgradeIntrinsicCall() local 1076 Value *Op0 = CI->getArgOperand(0); in UpgradeIntrinsicCall() local 1098 Value *Op0 = CI->getArgOperand(0); in UpgradeIntrinsicCall() local [all …]
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 177 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitMul() local 539 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitFMul() local 804 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in commonIDivTransforms() local 974 static Instruction *foldUDivPow2Cst(Value *Op0, Value *Op1, in foldUDivPow2Cst() 985 static Instruction *foldUDivNegCst(Value *Op0, Value *Op1, in foldUDivNegCst() 994 static Instruction *foldUDivShl(Value *Op0, Value *Op1, const BinaryOperator &I, in foldUDivShl() 1017 static size_t visitUDivOperand(Value *Op0, Value *Op1, const BinaryOperator &I, in visitUDivOperand() 1057 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitUDiv() local 1130 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitSDiv() local 1244 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitFDiv() local [all …]
|
H A D | InstCombineAndOrXor.cpp | 878 Value *Op0 = LHS->getOperand(0), *Op1 = LHS->getOperand(1); in FoldAndOfICmps() local 1162 Value *Op0 = I.getOperand(0); in matchDeMorgansLaws() local 1202 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in foldCastedBitwiseLogic() local 1283 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in foldBoolSextMaskToSelect() local 1310 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitAnd() local 1557 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in MatchBSwap() local 1782 Value *Op0 = LHS->getOperand(0), *Op1 = LHS->getOperand(1); in FoldOrOfICmps() local 2124 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitOr() local 2477 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitXor() local 2761 Value *Op0 = LHS->getOperand(0), *Op1 = LHS->getOperand(1); in visitXor() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 186 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 …]
|
H A D | InstCombineAndOrXor.cpp | 1163 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 189 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitMul() local 493 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in foldFPSignBitOps() local 546 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitFMul() local 877 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in foldIDivShl() local 942 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in commonIDivTransforms() local 1241 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitUDiv() local 1321 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitSDiv() local 1522 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in foldFDivPowDivisor() local 1587 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitFDiv() local 1692 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in commonIRemTransforms() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 979 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 483 Register Op0 = getRegForValue(I->getOperand(0)); in selectBinaryOp() local 1419 Register Op0 = getRegForValue(I->getOperand(0)); in selectBitCast() local 1657 const Value *Op0 = EVI->getOperand(0); in selectExtractValue() local 1862 Register FastISel::fastEmit_ri_(MVT VT, unsigned Opcode, unsigned Op0, in fastEmit_ri_() 1928 const TargetRegisterClass *RC, unsigned Op0) { in fastEmitInst_r() 1949 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_rr() 1973 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_rrr() 2000 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_ri() 2023 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_rii() 2068 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_rri() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 543 Value *Op0 = VOp0[Elem]; in splitBinary() local 647 Value *Op0 = VOp0[I]; in visitSelectInst() local 654 Value *Op0 = SI.getOperand(0); in visitSelectInst() local 693 Value *Op0 = GEPI.getOperand(0); in visitGetElementPtrInst() local 735 Scatterer Op0 = scatter(&CI, CI.getOperand(0)); in visitCastInst() local 755 Scatterer Op0 = scatter(&BCI, BCI.getOperand(0)); in visitBitCastInst() local 808 Scatterer Op0 = scatter(&IEI, IEI.getOperand(0)); in visitInsertElementInst() local 843 Scatterer Op0 = scatter(&EEI, EEI.getOperand(0)); in visitExtractElementInst() local 874 Scatterer Op0 = scatter(&SVI, SVI.getOperand(0)); in visitShuffleVectorInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 1304 Value *Op0, Value *Op1) { in EmitX86Select() 1316 Value *Op0, Value *Op1) { in EmitX86ScalarSelect() 1332 static Value *UpgradeX86ALIGNIntrinsics(IRBuilder<> &Builder, Value *Op0, in UpgradeX86ALIGNIntrinsics() 1441 Value *Op0 = CI.getOperand(0); in UpgradeX86BinaryIntrinsics() local 1523 Value *Op0 = CI.getArgOperand(0); in upgradeX86ConcatShift() local 1602 Value *Op0 = CI.getArgOperand(0); in upgradeAbs() local 1664 Value *Op0 = CI.getArgOperand(0); in upgradeMaskedCompare() local 2253 Value *Op0 = CI->getArgOperand(0); in UpgradeIntrinsicCall() local 2848 Value *Op0 = CI->getArgOperand(0); in UpgradeIntrinsicCall() local 2862 Value *Op0 = CI->getArgOperand(0); in UpgradeIntrinsicCall() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.cpp | 202 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.cpp | 173 void MachineIRBuilder::validateUnaryOp(const LLT Res, const LLT Op0) { in validateUnaryOp() 178 void MachineIRBuilder::validateBinaryOp(const LLT Res, const LLT Op0, in validateBinaryOp() 184 void MachineIRBuilder::validateShiftOp(const LLT Res, const LLT Op0, in validateShiftOp() 191 const SrcOp &Op0, in buildPtrAdd() 201 MachineIRBuilder::materializePtrAdd(Register &Res, Register Op0, in materializePtrAdd() 217 const SrcOp &Op0, in buildMaskLowPtrBits() 228 const SrcOp &Op0) { in buildPadVectorWithUndefElements() 251 const SrcOp &Op0) { in buildDeleteTrailingVectorElements() 798 const SrcOp &Op0, in buildICmp() 805 const SrcOp &Op0, in buildFCmp() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 624 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 …]
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 425 unsigned Op0 = getRegForValue(I->getOperand(0)); in selectBinaryOp() local 1298 unsigned Op0 = getRegForValue(I->getOperand(0)); in selectBitCast() local 1534 const Value *Op0 = EVI->getOperand(0); in selectExtractValue() local 1742 unsigned FastISel::fastEmit_ri_(MVT VT, unsigned Opcode, unsigned Op0, in fastEmit_ri_() 1816 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_r() 1837 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_rr() 1861 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_rrr() 1889 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_ri() 1911 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_rii() 1955 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_rri() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 498 MachineInstrBuilder buildPtrMask(const DstOp &Res, const SrcOp &Op0, in buildPtrMask() 560 const SrcOp &Op0, const SrcOp &Op1) { in buildUAddo() 566 const SrcOp &Op0, const SrcOp &Op1) { in buildUSubo() 572 const SrcOp &Op0, const SrcOp &Op1) { in buildSAddo() 578 const SrcOp &Op0, const SrcOp &Op1) { in buildSSubo() 597 const SrcOp &Op0, const SrcOp &Op1, in buildUAdde() 605 const SrcOp &Op0, const SrcOp &Op1, in buildUSube() 613 const SrcOp &Op0, const SrcOp &Op1, in buildSAdde() 621 const SrcOp &Op0, const SrcOp &Op1, in buildSSube()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 531 MachineInstrBuilder buildPtrMask(const DstOp &Res, const SrcOp &Op0, in buildPtrMask() 593 const SrcOp &Op0, const SrcOp &Op1) { in buildUAddo() 599 const SrcOp &Op0, const SrcOp &Op1) { in buildUSubo() 605 const SrcOp &Op0, const SrcOp &Op1) { in buildSAddo() 611 const SrcOp &Op0, const SrcOp &Op1) { in buildSSubo() 630 const SrcOp &Op0, const SrcOp &Op1, in buildUAdde() 638 const SrcOp &Op0, const SrcOp &Op1, in buildUSube() 646 const SrcOp &Op0, const SrcOp &Op1, in buildSAdde() 654 const SrcOp &Op0, const SrcOp &Op1, in buildSSube()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 521 MachineInstrBuilder buildPtrMask(const DstOp &Res, const SrcOp &Op0, in buildPtrMask() 583 const SrcOp &Op0, const SrcOp &Op1) { in buildUAddo() 589 const SrcOp &Op0, const SrcOp &Op1) { in buildUSubo() 595 const SrcOp &Op0, const SrcOp &Op1) { in buildSAddo() 601 const SrcOp &Op0, const SrcOp &Op1) { in buildSSubo() 620 const SrcOp &Op0, const SrcOp &Op1, in buildUAdde() 628 const SrcOp &Op0, const SrcOp &Op1, in buildUSube() 636 const SrcOp &Op0, const SrcOp &Op1, in buildSAdde() 644 const SrcOp &Op0, const SrcOp &Op1, in buildSSube()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 521 MachineInstrBuilder buildPtrMask(const DstOp &Res, const SrcOp &Op0, in buildPtrMask() 583 const SrcOp &Op0, const SrcOp &Op1) { in buildUAddo() 589 const SrcOp &Op0, const SrcOp &Op1) { in buildUSubo() 595 const SrcOp &Op0, const SrcOp &Op1) { in buildSAddo() 601 const SrcOp &Op0, const SrcOp &Op1) { in buildSSubo() 620 const SrcOp &Op0, const SrcOp &Op1, in buildUAdde() 628 const SrcOp &Op0, const SrcOp &Op1, in buildUSube() 636 const SrcOp &Op0, const SrcOp &Op1, in buildSAdde() 644 const SrcOp &Op0, const SrcOp &Op1, in buildSSube()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 521 MachineInstrBuilder buildPtrMask(const DstOp &Res, const SrcOp &Op0, in buildPtrMask() 583 const SrcOp &Op0, const SrcOp &Op1) { in buildUAddo() 589 const SrcOp &Op0, const SrcOp &Op1) { in buildUSubo() 595 const SrcOp &Op0, const SrcOp &Op1) { in buildSAddo() 601 const SrcOp &Op0, const SrcOp &Op1) { in buildSSubo() 620 const SrcOp &Op0, const SrcOp &Op1, in buildUAdde() 628 const SrcOp &Op0, const SrcOp &Op1, in buildUSube() 636 const SrcOp &Op0, const SrcOp &Op1, in buildSAdde() 644 const SrcOp &Op0, const SrcOp &Op1, in buildSSube()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 488 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
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 384 Scatterer Op0 = scatter(&I, I.getOperand(0)); in splitBinary() local 412 Scatterer Op0 = scatter(&SI, SI.getOperand(0)); in visitSelectInst() local 418 Value *Op0 = SI.getOperand(0); in visitSelectInst() local 479 Scatterer Op0 = scatter(&CI, CI.getOperand(0)); in visitCastInst() local 499 Scatterer Op0 = scatter(&BCI, BCI.getOperand(0)); in visitBitCastInst() local 551 Scatterer Op0 = scatter(&SVI, SVI.getOperand(0)); in visitShuffleVectorInst() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.cpp | 73 unsigned Op0, unsigned Op1) { in buildInstr() 78 unsigned Res, unsigned Op0, in buildInstr() 89 unsigned Op0) { in buildInstr()
|