/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
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 …]
|
/external/llvm/lib/CodeGen/GlobalISel/ |
D | MachineIRBuilder.cpp | 73 unsigned Op0, unsigned Op1) { in buildInstr() 78 unsigned Res, unsigned Op0, in buildInstr() 89 unsigned Op0) { in buildInstr()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 296 BinaryOperator *Op0 = dyn_cast<BinaryOperator>(LHS); in SimplifyAssociativeBinOp() local 594 Value *&Op0, Value *&Op1, in foldOrCommuteConstant() 609 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in SimplifyAddInst() 673 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in SimplifyAddInst() 728 static Value *SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifySubInst() 856 Value *llvm::SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifySubInst() 863 static Value *SimplifyMulInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in SimplifyMulInst() 917 Value *llvm::SimplifyMulInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in SimplifyMulInst() 923 static Value *simplifyDivRem(Value *Op0, Value *Op1, bool IsDiv, in simplifyDivRem() 1042 static Value *simplifyDiv(Instruction::BinaryOps Opcode, Value *Op0, Value *Op1, in simplifyDiv() [all …]
|
/external/llvm/lib/Analysis/ |
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 …]
|
/external/llvm/lib/IR/ |
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 …]
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 157 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitMul() local 385 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in foldFPSignBitOps() local 435 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitFMul() local 710 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in commonIDivTransforms() local 873 static Instruction *foldUDivPow2Cst(Value *Op0, Value *Op1, in foldUDivPow2Cst() 887 static Instruction *foldUDivShl(Value *Op0, Value *Op1, const BinaryOperator &I, in foldUDivShl() 913 static size_t visitUDivOperand(Value *Op0, Value *Op1, const BinaryOperator &I, in visitUDivOperand() 999 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitUDiv() local 1093 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitSDiv() local 1281 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitFDiv() local [all …]
|
/external/llvm/lib/Transforms/InstCombine/ |
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 …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
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 …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 123 Value *Op0 = I.getOperand(0); in convertFCmp() local 233 Value *Op0 = I.getOperand(0); in convertICmp() local 288 Value *Op0, *Op1; in convertLogicOp() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 123 Value *Op0 = I.getOperand(0); in convertFCmp() local 233 Value *Op0 = I.getOperand(0); in convertICmp() local 288 Value *Op0, *Op1; in convertLogicOp() local
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 131 Value *Op0 = I.getOperand(0); in convertFCmp() local 241 Value *Op0 = I.getOperand(0); in convertICmp() local 296 Value *Op0, *Op1; in convertLogicOp() local
|
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 482 MachineInstrBuilder buildPtrMask(const DstOp &Res, const SrcOp &Op0, in buildPtrMask() 516 const SrcOp &Op0, const SrcOp &Op1) { in buildUAddo() 522 const SrcOp &Op0, const SrcOp &Op1) { in buildUSubo() 528 const SrcOp &Op0, const SrcOp &Op1) { in buildSAddo() 534 const SrcOp &Op0, const SrcOp &Op1) { in buildSSubo() 553 const SrcOp &Op0, const SrcOp &Op1, in buildUAdde() 561 const SrcOp &Op0, const SrcOp &Op1, in buildUSube() 569 const SrcOp &Op0, const SrcOp &Op1, in buildSAdde() 577 const SrcOp &Op0, const SrcOp &Op1, in buildSSube()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 498 Value *Op0 = VOp0[Elem]; in splitBinary() local 595 Value *Op0 = VOp0[I]; in visitSelectInst() local 602 Value *Op0 = SI.getOperand(0); in visitSelectInst() local 641 Value *Op0 = GEPI.getOperand(0); in visitGetElementPtrInst() local 683 Scatterer Op0 = scatter(&CI, CI.getOperand(0)); in visitCastInst() local 703 Scatterer Op0 = scatter(&BCI, BCI.getOperand(0)); in visitBitCastInst() local 756 Scatterer Op0 = scatter(&IEI, IEI.getOperand(0)); in visitInsertElementInst() local 791 Scatterer Op0 = scatter(&EEI, EEI.getOperand(0)); in visitExtractElementInst() local 822 Scatterer Op0 = scatter(&SVI, SVI.getOperand(0)); in visitShuffleVectorInst() local
|
D | ConstraintElimination.cpp | 60 Value *Op0; in decompose() local 78 Value *Op0; in decompose() local 98 getConstraint(CmpInst::Predicate Pred, Value *Op0, Value *Op1, in getConstraint()
|
/external/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.cpp | 93 uint32_t Op0 = 0, Op1 = 0, CRn = 0, CRm = 0, Op2 = 0; in parseGenericRegister() local 107 uint32_t Op0 = (Bits >> 14) & 0x3; in genericRegisterString() local
|
/external/llvm/lib/Transforms/Scalar/ |
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
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
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 …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
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
|
/external/llvm-project/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 1101 Value *Op0, Value *Op1) { in EmitX86Select() 1113 Value *Op0, Value *Op1) { in EmitX86ScalarSelect() 1129 static Value *UpgradeX86ALIGNIntrinsics(IRBuilder<> &Builder, Value *Op0, in UpgradeX86ALIGNIntrinsics() 1239 Value *Op0 = CI.getOperand(0); in UpgradeX86BinaryIntrinsics() local 1321 Value *Op0 = CI.getArgOperand(0); in upgradeX86ConcatShift() local 1400 Value *Op0 = CI.getArgOperand(0); in upgradeAbs() local 1462 Value *Op0 = CI.getArgOperand(0); in upgradeMaskedCompare() local 1956 Value *Op0 = CI->getArgOperand(0); in UpgradeIntrinsicCall() local 2557 Value *Op0 = CI->getArgOperand(0); in UpgradeIntrinsicCall() local 2571 Value *Op0 = CI->getArgOperand(0); in UpgradeIntrinsicCall() local [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.cpp | 135 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
|
/external/llvm-project/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.cpp | 135 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
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
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 …]
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 638 Register Op0 = getRegForValue(I->getOperand(0)); in selectBinaryOp() local 1590 Register Op0 = getRegForValue(I->getOperand(0)); in selectBitCast() local 1834 const Value *Op0 = EVI->getOperand(0); in selectExtractValue() local 2041 Register FastISel::fastEmit_ri_(MVT VT, unsigned Opcode, unsigned Op0, in fastEmit_ri_() 2115 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_r() 2136 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_rr() 2160 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_rrr() 2188 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_ri() 2210 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_rii() 2254 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_rri() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
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 …]
|