Home
last modified time | relevance | path

Searched refs:getOperandInfo (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.cpp
H A DGIMatchDagInstr.h
H A DGIMatchDagPredicate.h
/freebsd/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp120 const BitCodeAbbrevOp &CodeOp = Abbv->getOperandInfo(0); in skipRecord()
137 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in skipRecord()
158 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i); in skipRecord()
247 const BitCodeAbbrevOp &CodeOp = Abbv->getOperandInfo(0); in readRecord()
262 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in readRecord()
292 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i); in readRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h472 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i++); in EmitRecordWithAbbrevImpl()
486 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in EmitRecordWithAbbrevImpl()
494 const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i); in EmitRecordWithAbbrevImpl()
637 const BitCodeAbbrevOp &Op = Abbv.getOperandInfo(i); in EncodeAbbrev()
H A DBitCodes.h121 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const { in getOperandInfo() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1430 const TTI::OperandValueInfo Op1Info = TTI::getOperandInfo(Operands[0]); in getInstructionCost()
1433 Op2Info = TTI::getOperandInfo(Operands[1]); in getInstructionCost()
1457 TTI::OperandValueInfo OpInfo = TTI::getOperandInfo(Operands[0]); in getInstructionCost()
1490 const auto Op1Info = TTI::getOperandInfo(Op0); in getInstructionCost()
1491 const auto Op2Info = TTI::getOperandInfo(Op1); in getInstructionCost()
1500 const auto Op1Info = TTI::getOperandInfo(Operands[1]); in getInstructionCost()
1501 const auto Op2Info = TTI::getOperandInfo(Operands[2]); in getInstructionCost()
1509 const auto Op1Info = TTI::getOperandInfo(Operands[0]); in getInstructionCost()
1510 const auto Op2Info = TTI::getOperandInfo(Operands[1]); in getInstructionCost()
H A DTargetTransformInfo.h1356 LLVM_ABI static OperandValueInfo getOperandInfo(const Value *V);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHelpers.h368 TargetTransformInfo::OperandValueInfo getOperandInfo(VPValue *V) const;
H A DVPlan.cpp1681 VPCostContext::getOperandInfo(VPValue *V) const { in getOperandInfo() function in VPCostContext
1685 return TTI::getOperandInfo(V->getLiveInIRValue()); in getOperandInfo()
H A DVPlanRecipes.cpp1730 const auto [Op1VK, Op1VP] = Ctx.getOperandInfo(Op0); in computeCost()
1731 const auto [Op2VK, Op2VP] = Ctx.getOperandInfo(Op1); in computeCost()
1977 TargetTransformInfo::OperandValueInfo RHSInfo = Ctx.getOperandInfo(RHS); in computeCost()
2944 auto Op2Info = Ctx.getOperandInfo(getOperand(1)); in computeCost()
3096 TTI::OperandValueInfo OpInfo = Ctx.getOperandInfo( in computeCost()
H A DLoopVectorize.cpp3054 auto Op2Info = TTI.getOperandInfo(Op2); in getDivRemSpeculationCost()
5227 TTI::OperandValueInfo OpInfo = TTI::getOperandInfo(I->getOperand(0)); in getConsecutiveMemOpCost()
5517 TTI::OperandValueInfo OpInfo = TTI::getOperandInfo(I->getOperand(0)); in getMemoryInstructionCost()
6180 auto Op2Info = TTI.getOperandInfo(Op2); in getInstructionCost()
6209 const auto [Op1VK, Op1VP] = TTI::getOperandInfo(Op0); in getInstructionCost()
6210 const auto [Op2VK, Op2VP] = TTI::getOperandInfo(Op1); in getInstructionCost()
H A DSLPVectorizer.cpp3453 TargetTransformInfo::OperandValueInfo getOperandInfo(ArrayRef<Value *> Ops);
10920 TTI::OperandValueInfo BoUpSLP::getOperandInfo(ArrayRef<Value *> Ops) { in getOperandInfo() function in BoUpSLP
13444 CostKind, getOperandInfo(VI->getOperand(0)), in getEntryCost()
13445 getOperandInfo(VI->getOperand(1)), VI); in getEntryCost()
13457 CostKind, getOperandInfo(E->getOperand(0)), in getEntryCost()
13458 getOperandInfo(E->getOperand(1)), VL0); in getEntryCost()
13525 TTI::OperandValueInfo Op1Info = TTI::getOperandInfo(Op1); in getEntryCost()
13526 TTI::OperandValueInfo Op2Info = TTI::getOperandInfo(Op2); in getEntryCost()
13542 TTI::OperandValueInfo Op1Info = getOperandInfo(E->getOperand(0)); in getEntryCost()
13543 TTI::OperandValueInfo Op2Info = getOperandInfo(E->getOperand(OpIdx)); in getEntryCost()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVVLOptimizer.cpp756 getOperandInfo(const MachineOperand &MO, const MachineRegisterInfo *MRI) { in getOperandInfo() function
1385 std::optional<OperandInfo> ConsumerInfo = getOperandInfo(UserOp, MRI); in checkUsers()
1387 getOperandInfo(MI.getOperand(0), MRI); in checkUsers()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1813 OpInfoX = TTI::getOperandInfo(ICA.getArgs()[0]); in getIntrinsicInstrCost()
1814 OpInfoY = TTI::getOperandInfo(ICA.getArgs()[1]); in getIntrinsicInstrCost()
2027 const TTI::OperandValueInfo OpInfoX = TTI::getOperandInfo(X); in getIntrinsicInstrCost()
2028 const TTI::OperandValueInfo OpInfoY = TTI::getOperandInfo(Y); in getIntrinsicInstrCost()
2029 const TTI::OperandValueInfo OpInfoZ = TTI::getOperandInfo(Z); in getIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp949 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in parseBlock()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp886 TargetTransformInfo::getOperandInfo(const Value *V) { in getOperandInfo() function in TargetTransformInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp883 const TTI::OperandValueInfo OpInfoZ = TTI::getOperandInfo(ICA.getArgs()[2]); in getIntrinsicInstrCost()