Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstAlias.cpp234 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) { in CodeGenInstAlias() local
254 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) { in CodeGenInstAlias() local
H A DCodeGenInstruction.cpp249 if (auto SubOp = findSubOperandAlias(OpName)) { in ParseOperandName() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp237 for (unsigned SubOp = 0; SubOp != Opnd.MINumOperands; ++SubOp, ++OpNo) { in addDagOperandMapping() local
408 for (unsigned SubOp = 0; SubOp != Operand.MINumOperands; ++SubOp, ++OpNo) { in createInstOperandMapping() local
761 for (unsigned SubOp = 0; SubOp != SourceOperand.MINumOperands; ++SubOp) { in emitCompressInstEmitter() local
793 for (unsigned SubOp = 0; SubOp != DestOperand.MINumOperands; ++SubOp) { in emitCompressInstEmitter() local
H A DCodeEmitterGen.cpp126 if (auto SubOp = CGI.Operands.findSubOperandAlias(VarName)) { in addCodeToMergeInOperand() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp47 struct SubOp : public SetTheory::Operator { struct
48 void apply(SetTheory &ST, const DagInit *Expr, RecSet &Elts, in apply()
/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.cpp1226 unsigned SubOp = AMDGPU::V_SUB_CO_U32_e32; in SelectDS1Addr1Offset() local
1411 unsigned SubOp = AMDGPU::V_SUB_CO_U32_e32; in SelectDSReadWrite2() local
H A DSIInstrInfo.cpp8128 unsigned SubOp = ST.hasAddNoCarry() ? in lowerScalarAbs() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2087 Instruction *AddOp = nullptr, *SubOp = nullptr; in foldAddSubSelect() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1562 SDValue SubOp = Node->getOperand(I); in ExpandConcatVectors() local
H A DTargetLowering.cpp3418 SDValue SubOp = Op.getOperand(i); in SimplifyDemandedVectorElts() local
3433 SDValue SubOp = Op.getOperand(i); in SimplifyDemandedVectorElts() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2051 SDValue SubOp = Node->getOperand(i); in LowerCONCAT_VECTORS() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4203 unsigned SubOp; in expandDivRem() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp58359 for (SDValue SubOp : SubOps) in combineConcatVectorOps() local
58382 if (isa<LoadSDNode>(BC0) && all_of(SubOps, [&](SDValue SubOp) { in combineConcatVectorOps()
58401 for (SDValue SubOp : SubOps) { in combineConcatVectorOps() local
58417 for (SDValue SubOp : Ops) in combineConcatVectorOps() local
59354 if (all_of(SubVectorOps, [](SDValue SubOp) { in combineINSERT_SUBVECTOR()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp9207 SDValue SubOp = DAG.getNode(ISD::SUB, DL, VT, RegV, ConstVal); in lowerSELECT() local