| /freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchDag.cpp | |
| H A D | GIMatchDagInstr.h | |
| H A D | GIMatchDagPredicate.h | |
| /freebsd/contrib/llvm-project/llvm/lib/Bitstream/Reader/ |
| H A D | BitstreamReader.cpp | 120 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 D | BitstreamWriter.h | 472 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 D | BitCodes.h | 121 const BitCodeAbbrevOp &getOperandInfo(unsigned N) const { in getOperandInfo() function
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GICombinerEmitter.cpp | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 1430 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 D | TargetTransformInfo.h | 1356 LLVM_ABI static OperandValueInfo getOperandInfo(const Value *V);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanHelpers.h | 368 TargetTransformInfo::OperandValueInfo getOperandInfo(VPValue *V) const;
|
| H A D | VPlan.cpp | 1681 VPCostContext::getOperandInfo(VPValue *V) const { in getOperandInfo() function in VPCostContext 1685 return TTI::getOperandInfo(V->getLiveInIRValue()); in getOperandInfo()
|
| H A D | VPlanRecipes.cpp | 1730 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 D | LoopVectorize.cpp | 3054 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 D | SLPVectorizer.cpp | 3453 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 D | RISCVVLOptimizer.cpp | 756 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 D | BasicTTIImpl.h | 1813 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 D | BitcodeAnalyzer.cpp | 949 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in parseBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 886 TargetTransformInfo::getOperandInfo(const Value *V) { in getOperandInfo() function in TargetTransformInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 883 const TTI::OperandValueInfo OpInfoZ = TTI::getOperandInfo(ICA.getArgs()[2]); in getIntrinsicInstrCost()
|