/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InstructionSimplify.cpp | 105 if (BinaryOperator *Op0 = dyn_cast<BinaryOperator>(LHS)) in ExpandBinOp() local 167 BinaryOperator *Op0 = dyn_cast<BinaryOperator>(LHS); in FactorizeBinOp() local 240 BinaryOperator *Op0 = dyn_cast<BinaryOperator>(LHS); in SimplifyAssociativeBinOp() local 542 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifyAddInst() 604 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifyAddInst() 611 static Value *SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifySubInst() 725 Value *llvm::SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifySubInst() 732 static Value *SimplifyMulInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyMulInst() 798 Value *llvm::SimplifyMulInst(Value *Op0, Value *Op1, const TargetData *TD, in SimplifyMulInst() 805 static Value *SimplifyDiv(Instruction::BinaryOps Opcode, Value *Op0, Value *Op1, in SimplifyDiv() [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()
|
D | IRTranslator.cpp | 69 unsigned Op0 = getOrCreateVReg(*Inst.getOperand(0)); in translateBinaryOp() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 101 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitMul() local 257 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitFMul() local 371 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in commonIDivTransforms() local 436 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitUDiv() local 504 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitSDiv() local 557 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitFDiv() local 582 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in commonIRemTransforms() local 614 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitURem() local 657 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitSRem() local 720 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitFRem() local
|
D | InstCombineShifts.cpp | 24 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in commonShiftTransforms() local 311 Instruction *InstCombiner::FoldShiftByConstant(Value *Op0, ConstantInt *Op1, in FoldShiftByConstant() 675 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitLShr() local 715 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitAShr() local
|
/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/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUISelDAGToDAG.cpp | 270 SDValue Op0, Op1; in SelectInlineAsmMemoryOperand() local 347 SDValue Op0 = N.getOperand(0); in SelectAFormAddr() local 421 const SDValue Op0 = N.getOperand(0); in DFormAddressPredicate() local 474 const SDValue Op0 = N.getOperand(0); in DFormAddressPredicate() local 652 SDValue Op0 = N->getOperand(0); in Select() local 752 SDValue Op0 = N->getOperand(0); in Select() local 800 SDValue Op0 = N->getOperand(0); in Select() local 863 SDValue Op0 = N->getOperand(0); in Select() local 914 SDValue Op0 = N->getOperand(0); in SelectSHLi64() local 982 SDValue Op0 = N->getOperand(0); in SelectSRLi64() local [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 362 unsigned Op0 = getRegForValue(I->getOperand(0)); in SelectBinaryOp() local 719 unsigned Op0 = getRegForValue(I->getOperand(0)); in SelectBitCast() local 853 const Value *Op0 = EVI->getOperand(0); in SelectExtractValue() local 1063 unsigned Op0, bool Op0IsKill, in FastEmit_ri_() 1113 unsigned Op0, bool Op0IsKill) { in FastEmitInst_r() 1132 unsigned Op0, bool Op0IsKill, in FastEmitInst_rr() 1153 unsigned Op0, bool Op0IsKill, in FastEmitInst_rrr() 1177 unsigned Op0, bool Op0IsKill, in FastEmitInst_ri() 1198 unsigned Op0, bool Op0IsKill, in FastEmitInst_rii() 1221 unsigned Op0, bool Op0IsKill, in FastEmitInst_rf() [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 …]
|
D | ProfileSummary.cpp | 130 ConstantAsMetadata *Op0 = in getSummaryFromMD() local
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | GetElementPtrTypeIterator.h | 102 gep_type_begin(Type *Op0, ArrayRef<T> A) { in gep_type_begin() 108 gep_type_end(Type *Op0, ArrayRef<T> A) { in gep_type_end()
|
/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 …]
|
D | InstCombineShifts.cpp | 26 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in commonShiftTransforms() local 322 Instruction *InstCombiner::FoldShiftByConstant(Value *Op0, Constant *Op1, in FoldShiftByConstant() 749 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitLShr() local 793 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitAShr() local
|
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
|
/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/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
|
D | CorrelatedValuePropagation.cpp | 184 Value *Op0 = C->getOperand(0); in processCmp() local 393 Value *Op0 = C->getOperand(0); in getConstantAt() 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/include/llvm/IR/ |
D | GetElementPtrTypeIterator.h | 122 gep_type_begin(Type *Op0, unsigned AS, ArrayRef<T> A) { in gep_type_begin()
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcISelDAGToDAG.cpp | 193 SDValue Op0, Op1; in SelectInlineAsmMemoryOperand() local
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMFastISel.cpp | 289 unsigned Op0, bool Op0IsKill) { in FastEmitInst_r() 308 unsigned Op0, bool Op0IsKill, in FastEmitInst_rr() 330 unsigned Op0, bool Op0IsKill, in FastEmitInst_rrr() 355 unsigned Op0, bool Op0IsKill, in FastEmitInst_ri() 377 unsigned Op0, bool Op0IsKill, in FastEmitInst_rf() 399 unsigned Op0, bool Op0IsKill, in FastEmitInst_rri() 462 unsigned Op0, bool Op0IsKill, in FastEmitInst_extractsubreg() 1021 Value *Op0 = I->getOperand(0); in SelectStore() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSplitDouble.cpp | 658 MachineOperand &Op0 = MI->getOperand(0); in splitImmediate() local 686 MachineOperand &Op0 = MI->getOperand(0); in splitCombine() local 719 MachineOperand &Op0 = MI->getOperand(0); in splitExt() local 740 MachineOperand &Op0 = MI->getOperand(0); in splitShift() local 864 MachineOperand &Op0 = MI->getOperand(0); in splitAslOr() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 141 Value *Op0 = C->getOperand(0); in processCmp() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 554 SDValue Op0 = N->getOperand(0); in performANDCombine() local 674 SDValue Op0 = N->getOperand(0); in performORCombine() local 822 SDValue Op0 = genConstMult(X, Floor, DL, VT, ShiftTy, DAG); in genConstMult() local 829 SDValue Op0 = genConstMult(X, Ceil, DL, VT, ShiftTy, DAG); in genConstMult() local 902 SDValue Op0 = N->getOperand(0); in performSRACombine() local 1000 SDValue Op0 = N->getOperand(0); in performVSELECTCombine() local 1048 SDValue Op0 = N->getOperand(0); in performXORCombine() local 2300 SDValue Op0 = Op->getOperand(0); in lowerEXTRACT_VECTOR_ELT() local 2824 SDValue Op0; in lowerVECTOR_SHUFFLE_VSHF() local
|