Home
last modified time | relevance | path

Searched refs:OpTypes (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp799 static OperandType OpTypes[DW_CFA_restore + 1][MaxOperands]; in getOperandTypes() local
802 return ArrayRef<OperandType[MaxOperands]>(&OpTypes[0], DW_CFA_restore + 1); in getOperandTypes()
808 OpTypes[OP][0] = OPTYPE0; \ in getOperandTypes()
809 OpTypes[OP][1] = OPTYPE1; \ in getOperandTypes()
810 OpTypes[OP][2] = OPTYPE2; \ in getOperandTypes()
855 return ArrayRef<OperandType[MaxOperands]>(&OpTypes[0], DW_CFA_restore + 1); in getOperandTypes()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp477 std::vector<std::string> OpTypes; in getMCOIOperandTypes() local
488 OpTypes.push_back(CGI.Operands[K].OperandType); in getMCOIOperandTypes()
493 OpTypes.push_back(VarArgsTyName); in getMCOIOperandTypes()
506 OpTypes.push_back(VarArgsTyName); in getMCOIOperandTypes()
508 OpTypes.push_back(CGI.Operands[CGIOpIdx].OperandType); in getMCOIOperandTypes()
512 assert(OpTypes.size() == CGP.operands_size()); in getMCOIOperandTypes()
513 return OpTypes; in getMCOIOperandTypes()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1091 /// instruction. OpTypes specifies the MIOperandInfo for the operand, and
1094 class PredicateOperand<ValueType ty, dag OpTypes, dag AlwaysVal>
1096 let MIOperandInfo = OpTypes;
1102 class OptionalDefOperand<ValueType ty, dag OpTypes, dag defaultops>
1104 let MIOperandInfo = OpTypes;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7013 SmallVector<Type *, 4> OpTypes; in getInstructionCost() local
7015 OpTypes.push_back(Op->getType()); in getInstructionCost()
7017 TTI.getCallInstrCost(nullptr, VectorTy, OpTypes, CostKind); in getInstructionCost()