Home
last modified time | relevance | path

Searched defs:SrcOps (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp114 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 DMachineIRBuilder.cpp1188 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 DAArch64PostLegalizerLowering.cpp75 : Opc(Opc), Dst(Dst), SrcOps(SrcOps){}; member
[all...]
H A DAArch64InstructionSelector.cpp4189 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 DX86ISelLowering.cpp4303 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 DDAGCombiner.cpp23973 SmallVector<SDValue, 4> SrcOps; combineConcatVectorOfCasts() local
[all...]