/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 137 if (BinaryOperator *Op0 = dyn_cast<BinaryOperator>(LHS)) in ExpandBinOp() local 196 BinaryOperator *Op0 = dyn_cast<BinaryOperator>(LHS); in SimplifyAssociativeBinOp() local 520 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifyAddInst() 576 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifyAddInst() 657 static Value *SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifySubInst() 770 Value *llvm::SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifySubInst() 779 static Value *SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFAddInst() 821 static Value *SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFSubInst() 857 static Value *SimplifyFMulInst(Value *Op0, Value *Op1, in SimplifyFMulInst() 885 static Value *SimplifyMulInst(Value *Op0, Value *Op1, const Query &Q, in SimplifyMulInst() [all …]
|
D | ValueTracking.cpp | 48 static void computeKnownBitsAddSub(bool Add, Value *Op0, Value *Op1, bool NSW, in computeKnownBitsAddSub() 131 static void computeKnownBitsMul(Value *Op0, Value *Op1, bool NSW, in computeKnownBitsMul() 1350 Value *Op0 = I->getOperand(0); in ComputeMultiple() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 121 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitMul() local 435 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitFMul() local 714 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in commonIDivTransforms() local 826 static Instruction *foldUDivPow2Cst(Value *Op0, Value *Op1, in foldUDivPow2Cst() 836 static Instruction *foldUDivNegCst(Value *Op0, Value *Op1, in foldUDivNegCst() 845 static Instruction *foldUDivShl(Value *Op0, Value *Op1, const BinaryOperator &I, in foldUDivShl() 867 static size_t visitUDivOperand(Value *Op0, Value *Op1, const BinaryOperator &I, in visitUDivOperand() 907 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitUDiv() local 969 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitSDiv() local 1062 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 314 Instruction *InstCombiner::FoldShiftByConstant(Value *Op0, Constant *Op1, in FoldShiftByConstant() 740 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitLShr() local 783 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitAShr() local
|
D | InstCombineAndOrXor.cpp | 801 Value *Op0 = LHS->getOperand(0), *Op1 = LHS->getOperand(1); in FoldAndOfICmps() local 1107 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitAnd() local 1600 Value *Op0 = LHS->getOperand(0), *Op1 = LHS->getOperand(1); in FoldOrOfICmps() local 1911 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitOr() local 2223 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitXor() local 2458 Value *Op0 = LHS->getOperand(0), *Op1 = LHS->getOperand(1); in visitXor() local
|
D | InstructionCombining.cpp | 215 BinaryOperator *Op0 = dyn_cast<BinaryOperator>(I.getOperand(0)); in SimplifyAssociativeOrCommutative() local 506 if (BinaryOperator *Op0 = dyn_cast<BinaryOperator>(LHS)) in tryFactorization() local 527 BinaryOperator *Op0 = dyn_cast<BinaryOperator>(LHS); in SimplifyUsingDistributiveLaws() local 662 Value *Op0 = SO, *Op1 = ConstOperand; in FoldOperationIntoSelectOperand() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 402 unsigned Op0 = getRegForValue(I->getOperand(0)); in SelectBinaryOp() local 893 unsigned Op0 = getRegForValue(I->getOperand(0)); in SelectBitCast() local 1066 const Value *Op0 = EVI->getOperand(0); in SelectExtractValue() local 1285 unsigned Op0, bool Op0IsKill, in FastEmit_ri_() 1354 unsigned Op0, bool Op0IsKill) { in FastEmitInst_r() 1375 unsigned Op0, bool Op0IsKill, in FastEmitInst_rr() 1399 unsigned Op0, bool Op0IsKill, in FastEmitInst_rrr() 1427 unsigned Op0, bool Op0IsKill, in FastEmitInst_ri() 1451 unsigned Op0, bool Op0IsKill, in FastEmitInst_rii() 1476 unsigned Op0, bool Op0IsKill, in FastEmitInst_rf() [all …]
|
/external/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.cpp | 804 uint32_t Op0 = 3, Op1 = 0, CRn = 0, CRm = 0, Op2 = 0; in fromString() local 845 uint32_t Op0 = (Bits >> 14) & 0x3; in toString() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 370 Scatterer Op0 = scatter(&I, I.getOperand(0)); in splitBinary() local 398 Scatterer Op0 = scatter(&SI, SI.getOperand(0)); in visitSelectInst() local 404 Value *Op0 = SI.getOperand(0); in visitSelectInst() local 465 Scatterer Op0 = scatter(&CI, CI.getOperand(0)); in visitCastInst() local 485 Scatterer Op0 = scatter(&BCI, BCI.getOperand(0)); in visitBitCastInst() local 537 Scatterer Op0 = scatter(&SVI, SVI.getOperand(0)); in visitShuffleVectorInst() local
|
D | CorrelatedValuePropagation.cpp | 164 Value *Op0 = C->getOperand(0); in processCmp() local
|
/external/llvm/include/llvm/IR/ |
D | GetElementPtrTypeIterator.h | 102 gep_type_begin(Type *Op0, ArrayRef<T> A) { in gep_type_begin()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelDAGToDAG.cpp | 202 SDValue Op0, Op1; in SelectInlineAsmMemoryOperand() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 399 SDValue Op0, uint64_t Op1) { in expandDisp() 422 SDValue Op0 = N.getOperand(0); in expandAddress() local 936 SDValue Op0 = N->getOperand(I ^ 1); in tryRxSBG() local 962 SDValue Op0, uint64_t UpperVal, in splitLargeImmediate() 1093 SDValue Op0 = Node->getOperand(0); in Select() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 92 unsigned Op0, bool Op0IsKill, uint64_t imm1, in FastEmitInst_riir() 266 Value *Op0 = I->getOperand(0); in SelectStore() local
|
D | MipsSEISelLowering.cpp | 550 SDValue Op0 = N->getOperand(0); in performANDCombine() local 671 SDValue Op0 = N->getOperand(0); in performORCombine() local 819 SDValue Op0 = genConstMult(X, Floor, DL, VT, ShiftTy, DAG); in genConstMult() local 826 SDValue Op0 = genConstMult(X, Ceil, DL, VT, ShiftTy, DAG); in genConstMult() local 897 SDValue Op0 = N->getOperand(0); in performSRACombine() local 996 SDValue Op0 = N->getOperand(0); in performVSELECTCombine() local 1044 SDValue Op0 = N->getOperand(0); in performXORCombine() local 2272 SDValue Op0 = Op->getOperand(0); in lowerEXTRACT_VECTOR_ELT() local 2646 SDValue Op0; in lowerVECTOR_SHUFFLE_VSHF() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonPeephole.cpp | 248 MachineOperand &Op0 = MI->getOperand(0); in runOnMachineFunction() local
|
/external/llvm/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 1167 unsigned Op0 = getFPReg(MI->getOperand(NumOperands-2)); in handleTwoArgFP() local 1265 unsigned Op0 = getFPReg(MI->getOperand(NumOperands-2)); in handleCompareFP() local 1291 unsigned Op0 = getFPReg(MI->getOperand(0)); in handleCondMovFP() local
|
D | X86MCInstLower.cpp | 264 unsigned Op0 = Inst.getOperand(0).getReg(), Op1 = Inst.getOperand(1).getReg(); in SimplifyMOVSX() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 288 unsigned Op0, bool Op0IsKill) { in FastEmitInst_r() 310 unsigned Op0, bool Op0IsKill, in FastEmitInst_rr() 338 unsigned Op0, bool Op0IsKill, in FastEmitInst_rrr() 370 unsigned Op0, bool Op0IsKill, in FastEmitInst_ri() 396 unsigned Op0, bool Op0IsKill, in FastEmitInst_rri() 1174 Value *Op0 = I->getOperand(0); in SelectStore() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 653 Value *Op0 = I->getOperand(0); in SelectStore() local 2219 unsigned Op0, bool Op0IsKill, in FastEmitInst_ri() 2239 unsigned Op0, bool Op0IsKill) { in FastEmitInst_r() 2252 unsigned Op0, bool Op0IsKill, in FastEmitInst_rr()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1449 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy); in ParseConstants() local 1468 Constant *Op0 = ValueList.getConstantFwdRef(Record[0], OpTy); in ParseConstants() local 1488 Constant *Op0 = ValueList.getConstantFwdRef(Record[0], OpTy); in ParseConstants() local 1502 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy); in ParseConstants() local 1516 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy); in ParseConstants() local
|
/external/llvm/lib/CodeGen/ |
D | IntrinsicLowering.cpp | 488 Value *Op0 = CI->getArgOperand(0); in LowerIntrinsicCall() local
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 290 SDValue Op0, Op1; in SelectInlineAsmMemoryOperand() local
|
/external/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 366 Value *Op0 = CI->getArgOperand(0); in UpgradeIntrinsicCall() local
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3607 Value *Op0; in ParseBr() local 3943 Value *Op0, *Op1, *Op2; in ParseSelect() local 3980 Value *Op0, *Op1; in ParseExtractElement() local 3997 Value *Op0, *Op1, *Op2; in ParseInsertElement() local 4016 Value *Op0, *Op1, *Op2; in ParseShuffleVector() local 4035 Value *Op0, *Op1; in ParsePHI() local
|