Home
last modified time | relevance | path

Searched defs:SubOp (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstAlias.cpp236 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) { in CodeGenInstAlias() local
256 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) { in CodeGenInstAlias() local
H A DCodeGenInstruction.cpp254 if (std::pair<unsigned, unsigned> SubOp; hasSubOperandAlias(OpName, SubOp)) { in ParseOperandName() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp46 struct SubOp : public SetTheory::Operator { struct
47 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp123 std::pair<unsigned, unsigned> SubOp; in addCodeToMergeInOperand() local
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslerror.c1515 ACPI_PARSE_OBJECT *SubOp, in AslDualParseOpError()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp1113 unsigned SubOp = AMDGPU::V_SUB_CO_U32_e32; in SelectDS1Addr1Offset() local
1298 unsigned SubOp = AMDGPU::V_SUB_CO_U32_e32; in SelectDSReadWrite2() local
H A DSIInstrInfo.cpp7637 unsigned SubOp = ST.hasAddNoCarry() ? in lowerScalarAbs() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2033 Instruction *AddOp = nullptr, *SubOp = nullptr; in foldAddSubSelect() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2263 SDValue SubOp = Node->getOperand(i); in LowerCONCAT_VECTORS() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3277 SDValue SubOp = Op.getOperand(i); in SimplifyDemandedVectorElts() local
3292 SDValue SubOp = Op.getOperand(i); in SimplifyDemandedVectorElts() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4260 unsigned SubOp; in expandDivRem() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp56176 for (SDValue SubOp : SubOps) in combineConcatVectorOps() local
56886 if (all_of(SubVectorOps, [](SDValue SubOp) { in combineINSERT_SUBVECTOR()