Home
last modified time | relevance | path

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

12345678

/external/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp73 unsigned Op0, unsigned Op1) { in buildInstr()
78 unsigned Res, unsigned Op0, in buildInstr()
89 unsigned Op0) { in buildInstr()
DIRTranslator.cpp69 unsigned Op0 = getOrCreateVReg(*Inst.getOperand(0)); in translateBinaryOp() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp175 if (BinaryOperator *Op0 = dyn_cast<BinaryOperator>(LHS)) in ExpandBinOp() local
235 BinaryOperator *Op0 = dyn_cast<BinaryOperator>(LHS); in SimplifyAssociativeBinOp() local
557 Value *&Op0, Value *&Op1, in foldOrCommuteConstant()
572 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in SimplifyAddInst()
636 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in SimplifyAddInst()
713 static Value *SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifySubInst()
841 Value *llvm::SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifySubInst()
848 static Value *SimplifyMulInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in SimplifyMulInst()
900 Value *llvm::SimplifyMulInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in SimplifyMulInst()
906 static Value *simplifyDivRem(Value *Op0, Value *Op1, bool IsDiv) { in simplifyDivRem()
[all …]
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp149 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/
DAutoUpgrade.cpp512 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp143 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitMul() local
428 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitFMul() local
658 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in commonIDivTransforms() local
823 static Instruction *foldUDivPow2Cst(Value *Op0, Value *Op1, in foldUDivPow2Cst()
836 static Instruction *foldUDivShl(Value *Op0, Value *Op1, const BinaryOperator &I, in foldUDivShl()
862 static size_t visitUDivOperand(Value *Op0, Value *Op1, const BinaryOperator &I, in visitUDivOperand()
943 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitUDiv() local
1037 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitSDiv() local
1187 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitFDiv() local
1263 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in commonIRemTransforms() local
[all …]
DInstCombineShifts.cpp25 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in commonShiftTransforms() local
347 Instruction *InstCombiner::FoldShiftByConstant(Value *Op0, Constant *Op1, in FoldShiftByConstant()
602 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitShl() local
706 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitLShr() local
834 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitAShr() local
DInstCombineAndOrXor.cpp918 Value *Op0 = LHS->getOperand(0), *Op1 = LHS->getOperand(1); in foldAndOfICmps() local
1219 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in foldCastedBitwiseLogic() local
1284 Value *Op0 = I.getOperand(0); in foldAndToXor() local
1310 Value *Op0 = I.getOperand(0); in foldOrToXor() local
1367 Value *Op0 = And.getOperand(0), *Op1 = And.getOperand(1); in narrowMaskedBinOp() local
1430 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitAnd() local
1641 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in MatchBSwap() local
1847 Value *Op0 = LHS->getOperand(0), *Op1 = LHS->getOperand(1); in foldOrOfICmps() local
2036 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitOr() local
2284 Value *Op0 = I.getOperand(0); in foldXorToXor() local
[all …]
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp177 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 …]
DInstCombineShifts.cpp26 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
DInstCombineAndOrXor.cpp878 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/swiftshader/third_party/llvm-7.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
/external/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
/external/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.cpp93 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DScalarizer.cpp418 Scatterer Op0 = scatter(&I, I.getOperand(0)); in splitBinary() local
517 Scatterer Op0 = scatter(&SI, SI.getOperand(0)); in visitSelectInst() local
523 Value *Op0 = SI.getOperand(0); in visitSelectInst() local
555 Value *Op0 = GEPI.getOperand(0); in visitGetElementPtrInst() local
597 Scatterer Op0 = scatter(&CI, CI.getOperand(0)); in visitCastInst() local
617 Scatterer Op0 = scatter(&BCI, BCI.getOperand(0)); in visitBitCastInst() local
669 Scatterer Op0 = scatter(&SVI, SVI.getOperand(0)); in visitShuffleVectorInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAutoUpgrade.cpp828 Value *Op0, Value *Op1) { in EmitX86Select()
839 Value *Op0, Value *Op1) { in EmitX86ScalarSelect()
856 static Value *UpgradeX86ALIGNIntrinsics(IRBuilder<> &Builder, Value *Op0, in UpgradeX86ALIGNIntrinsics()
943 Value *Op0 = CI.getArgOperand(0); in upgradeAbs() local
958 Value *Op0 = CI.getArgOperand(0); in upgradeIntMinMax() local
1023 Value *Op0 = CI.getArgOperand(0); in upgradeMaskedCompare() local
1578 Value *Op0 = CI->getArgOperand(0); in UpgradeIntrinsicCall() local
2105 Value *Op0 = CI->getArgOperand(0); in UpgradeIntrinsicCall() local
2119 Value *Op0 = CI->getArgOperand(0); in UpgradeIntrinsicCall() local
2164 Value *Op0 = CI->getArgOperand(0); in UpgradeIntrinsicCall() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp172 void MachineIRBuilderBase::validateBinaryOp(unsigned Res, unsigned Op0, in validateBinaryOp()
181 MachineInstrBuilder MachineIRBuilderBase::buildGEP(unsigned Res, unsigned Op0, in buildGEP()
194 MachineIRBuilderBase::materializeGEP(unsigned &Res, unsigned Op0, in materializeGEP()
212 unsigned Op0, in buildPtrMask()
314 unsigned Op0, unsigned Op1, in buildUAdde()
559 unsigned Res, unsigned Op0, in buildICmp()
581 unsigned Res, unsigned Op0, in buildFCmp()
607 unsigned Op0, in buildSelect()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.cpp122 uint32_t Op0 = 0, Op1 = 0, CRn = 0, CRm = 0, Op2 = 0; in parseGenericRegister() local
136 uint32_t Op0 = (Bits >> 14) & 0x3; in genericRegisterString() local
/external/llvm/lib/Transforms/Scalar/
DScalarizer.cpp384 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-7.0/llvm/lib/Target/X86/
DX86RegisterBankInfo.cpp204 auto &Op0 = MI.getOperand(0); in getInstrMapping() local
214 auto &Op0 = MI.getOperand(0); in getInstrMapping() local
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp425 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp614 unsigned Op0 = getRegForValue(I->getOperand(0)); in selectBinaryOp() local
1516 unsigned Op0 = getRegForValue(I->getOperand(0)); in selectBitCast() local
1739 const Value *Op0 = EVI->getOperand(0); in selectExtractValue() local
1935 unsigned FastISel::fastEmit_ri_(MVT VT, unsigned Opcode, unsigned Op0, in fastEmit_ri_()
2009 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_r()
2030 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_rr()
2054 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_rrr()
2082 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_ri()
2104 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_rii()
2148 const TargetRegisterClass *RC, unsigned Op0, in fastEmitInst_rri()
[all …]
/external/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h122 gep_type_begin(Type *Op0, unsigned AS, ArrayRef<T> A) { in gep_type_begin()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h152 gep_type_begin(Type *Op0, ArrayRef<T> A) { in gep_type_begin()
/external/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp658 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

12345678