Home
last modified time | relevance | path

Searched defs:Op1 (Results 1 – 25 of 144) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp240 Decode2OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2) { in Decode2OpInstruction()
258 Decode3OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2, in Decode3OpInstruction()
346 unsigned Op1, Op2; in Decode2RInstruction() local
359 unsigned Op1, Op2; in Decode2RImmInstruction() local
372 unsigned Op1, Op2; in DecodeR2RInstruction() local
385 unsigned Op1, Op2; in Decode2RSrcDstInstruction() local
399 unsigned Op1, Op2; in DecodeRUSInstruction() local
412 unsigned Op1, Op2; in DecodeRUSBitpInstruction() local
425 unsigned Op1, Op2; in DecodeRUSSrcDstBitpInstruction() local
510 unsigned Op1, Op2; in DecodeL2RInstruction() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp267 if (BinaryOperator *Op1 = dyn_cast<BinaryOperator>(RHS)) in ExpandBinOp() local
305 BinaryOperator *Op1 = dyn_cast<BinaryOperator>(RHS); 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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGTargetInfo.h52 SDValue Chain, SDValue Op1, in EmitTargetCodeForMemcpy()
68 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1, in EmitTargetCodeForMemmove()
81 SDValue Chain, SDValue Op1, in EmitTargetCodeForMemset()
94 SDValue Op1, SDValue Op2, SDValue Op3, in EmitTargetCodeForMemcmp()
131 SDValue Op1, SDValue Op2, in EmitTargetCodeForStrcmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp186 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 …]
DInstCombineAndOrXor.cpp1163 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
1605 Value *Op1 = I.getOperand(1); in foldAndToXor() local
1631 Value *Op1 = I.getOperand(1); 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 …]
DInstCombineShifts.cpp364 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in commonShiftTransforms() local
682 Instruction *InstCombiner::FoldShiftByConstant(Value *Op0, Constant *Op1, in FoldShiftByConstant()
941 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitShl() local
1058 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitLShr() local
1256 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitAShr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ExpandImm.h24 uint64_t Op1; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCCodeEmitter.cpp189 const MCOperand Op1 = Inst.getOperand(OpNo + 0); in getRiMemoryOpValue() local
221 const MCOperand Op1 = Inst.getOperand(OpNo + 0); in getRrMemoryOpValue() local
260 const MCOperand Op1 = Inst.getOperand(OpNo + 0); in getSplsOpValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DDFAPacketizer.cpp282 bool VLIWPacketizerList::alias(const MachineMemOperand &Op1, in alias()
307 for (const MachineMemOperand *Op1 : MI1.memoperands()) in alias() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.cpp135 uint32_t Op0 = 0, Op1 = 0, CRn = 0, CRm = 0, Op2 = 0; in parseGenericRegister() local
150 uint32_t Op1 = (Bits >> 11) & 0x7; in genericRegisterString() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86RegisterBankInfo.cpp214 auto &Op1 = MI.getOperand(1); in getInstrMapping() local
243 auto &Op1 = MI.getOperand(1); in getInstrMapping() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiMemAluCombiner.cpp170 bool isSameOperand(const MachineOperand &Op1, const MachineOperand &Op2) { in isSameOperand()
293 MachineOperand &Op1 = AluIter->getOperand(1); in isSuitableAluInstr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp203 const LLT &Op1) { in validateBinaryOp()
209 const LLT &Op1) { in validateShiftOp()
216 const SrcOp &Op1) { in buildPtrAdd()
396 const SrcOp &Op1) { in buildUAddo()
403 const SrcOp &Op1, in buildUAdde()
701 const SrcOp &Op1) { in buildICmp()
708 const SrcOp &Op1, in buildFCmp()
717 const SrcOp &Op1, in buildSelect()
DUtils.cpp338 Optional<APInt> llvm::ConstantFoldBinOp(unsigned Opcode, const unsigned Op1, in ConstantFoldBinOp()
414 Optional<APInt> llvm::ConstantFoldExtOp(unsigned Opcode, const unsigned Op1, in ConstantFoldExtOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp345 const MachineOperand &Op1 = MI->getOperand(1); in profit() local
703 MachineOperand &Op1 = MI->getOperand(1); in splitImmediate() local
730 MachineOperand &Op1 = MI->getOperand(1); in splitCombine() local
760 MachineOperand &Op1 = MI->getOperand(1); in splitExt() local
782 MachineOperand &Op1 = MI->getOperand(1); in splitShift() local
906 MachineOperand &Op1 = MI->getOperand(1); in splitAslOr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblySelectionDAGInfo.cpp37 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Op1, SDValue Op2, in EmitTargetCodeForMemmove()
DWebAssemblyPeephole.cpp154 MachineOperand &Op1 = MI.getOperand(1); in runOnMachineFunction() local
DWebAssemblyMemIntrinsicResults.cpp154 MachineOperand &Op1 = MI.getOperand(1); in optimizeCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp177 Value *Op0, *Op1; in matchAndOrChain() local
285 Value *Op1 = I.getOperand(1); in tryToRecognizePopCount() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/
DBPFMCCodeEmitter.cpp162 const MCOperand Op1 = MI.getOperand(1); in getMemoryOpValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp979 Value *Op0, Value *Op1) { in EmitX86Select()
990 Value *Op0, Value *Op1) { in EmitX86ScalarSelect()
1008 Value *Op1, Value *Shift, in UpgradeX86ALIGNIntrinsics()
1118 Value *Op1 = CI.getOperand(1); in UpgradeX86AddSubSatIntrinsics() local
1204 Value *Op1 = CI.getArgOperand(1); in upgradeX86ConcatShift() local
1291 Value *Op1 = CI.getArgOperand(1); in upgradeIntMinMax() local
1848 Value *Op1 = CI->getArgOperand(1); in UpgradeIntrinsicCall() local
2429 Value *Op1 = CI->getArgOperand(1); in UpgradeIntrinsicCall() local
2443 Value *Op1 = CI->getArgOperand(1); in UpgradeIntrinsicCall() local
2625 Value *Op1 = CI->getArgOperand(1); in UpgradeIntrinsicCall() local
[all …]
DProfileSummary.cpp128 ConstantAsMetadata *Op1 = in getSummaryFromMD() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp203 Value *Op1 = I->getOperand(1); in isHashLikeValue() local
328 Value *FastDivInsertionTask::insertOperandRuntimeCheck(Value *Op1, Value *Op2) { in insertOperandRuntimeCheck()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelDAGToDAG.cpp140 SDValue Op1 = Node->getOperand(1); in Select() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGAddressAnalysis.cpp87 const SDNode *Op1, in computeAliasing()

123456