Searched defs:SrcOps (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CSEMIRBuilder.cpp | 114 profileEverything(unsigned Opc,ArrayRef<DstOp> DstOps,ArrayRef<SrcOp> SrcOps,std::optional<unsigned> Flags,GISelInstProfileBuilder & B) const profileEverything() argument 177 buildInstr(unsigned Opc,ArrayRef<DstOp> DstOps,ArrayRef<SrcOp> SrcOps,std::optional<unsigned> Flag) buildInstr() argument [all...] |
H A D | MachineIRBuilder.cpp | 1188 buildInstr(unsigned Opc,ArrayRef<DstOp> DstOps,ArrayRef<SrcOp> SrcOps,std::optional<unsigned> Flags) buildInstr() argument [all...] |
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerLowering.cpp | 75 : Opc(Opc), Dst(Dst), SrcOps(SrcOps){}; member [all...] |
H A D | AArch64InstructionSelector.cpp | 4189 emitInstr(unsigned Opcode,std::initializer_list<llvm::DstOp> DstOps,std::initializer_list<llvm::SrcOp> SrcOps,MachineIRBuilder & MIRBuilder,const ComplexRendererFns & RenderFns) const emitInstr() argument
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 4303 SmallVector<SDValue> SrcOps(Ops.begin(), Ops.end()); getAVX512Node() local 22244 matchScalarReduction(SDValue Op,ISD::NodeType BinOp,SmallVectorImpl<SDValue> & SrcOps,SmallVectorImpl<APInt> * SrcMask=nullptr) matchScalarReduction() argument 39683 combineX86ShufflesRecursively(ArrayRef<SDValue> SrcOps,int SrcOpIndex,SDValue Root,ArrayRef<int> RootMask,ArrayRef<const SDNode * > SrcNodes,unsigned Depth,unsigned MaxDepth,bool HasVariableMask,bool AllowVariableCrossLaneMask,bool AllowVariablePerLaneMask,SelectionDAG & DAG,const X86Subtarget & Subtarget) combineX86ShufflesRecursively() argument 49745 SmallVector<SDValue, 2> SrcOps; combineAnd() local 50564 SmallVector<SDValue, 2> SrcOps; combineOr() local 51803 SmallVector<SDValue, 2> SrcOps; isHorizontalBinOp() local [all...] |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 23973 SmallVector<SDValue, 4> SrcOps; combineConcatVectorOfCasts() local [all...] |