Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp3541 SelectADDRsi_imp(SDNode * OpNode,SDValue Addr,SDValue & Base,SDValue & Offset,MVT mvt) SelectADDRsi_imp() argument
3556 SelectADDRsi(SDNode * OpNode,SDValue Addr,SDValue & Base,SDValue & Offset) SelectADDRsi() argument
3562 SelectADDRsi64(SDNode * OpNode,SDValue Addr,SDValue & Base,SDValue & Offset) SelectADDRsi64() argument
3569 SelectADDRri_imp(SDNode * OpNode,SDValue Addr,SDValue & Base,SDValue & Offset,MVT mvt) SelectADDRri_imp() argument
3599 SelectADDRri(SDNode * OpNode,SDValue Addr,SDValue & Base,SDValue & Offset) SelectADDRri() argument
3605 SelectADDRri64(SDNode * OpNode,SDValue Addr,SDValue & Base,SDValue & Offset) SelectADDRri64() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2376 SDNode *OpNode = OpVal.getNode(); pushStackMapLiveVariable() local
H A DDAGCombiner.cpp1298 if (SDValue OpNode = DAG.FoldConstantArithmetic(Opc, DL, VT, {N01, N1})) reassociateOpsCommutative() local
1309 SDValue OpNode = DAG.getNode(Opc, SDLoc(N0), VT, N00, N1, NewFlags); reassociateOpsCommutative() local
1367 SDValue OpNode = DAG.getNode(Opc, SDLoc(N0), VT, N00, N1, Flags); reassociateOpsCommutative() local
1371 SDValue OpNode = DAG.getNode(Opc, SDLoc(N0), VT, N01, N1, Flags); reassociateOpsCommutative() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4475 SDNode *OpNode = Op.getNode(); getConstantLaneNumOfExtractHalfOperand() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3674 SDValue OpNode = IsUndef ? DAG.getUNDEF(EltVT) : getConstVector() local
[all...]