Home
last modified time | relevance | path

Searched defs:getTargetNode (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/include/llvm/ADT/
H A DDirectedGraph.h48 const NodeType &getTargetNode() const { return TargetNode; } in getTargetNode() function
49 NodeType &getTargetNode() { in getTargetNode() function
/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp1086 SDValue CSKYTargetLowering::getTargetNode(GlobalAddressSDNode *N, SDLoc DL, getTargetNode() function in CSKYTargetLowering
1092 SDValue CSKYTargetLowering::getTargetNode(ExternalSymbolSDNode *N, SDLoc DL, getTargetNode() function in CSKYTargetLowering
1098 SDValue CSKYTargetLowering::getTargetNode(JumpTableSDNode *N, SDLoc DL, EVT Ty, getTargetNode() function in CSKYTargetLowering
1104 SDValue CSKYTargetLowering::getTargetNode(BlockAddressSDNode *N, SDLoc DL, getTargetNode() function in CSKYTargetLowering
1111 SDValue CSKYTargetLowering::getTargetNode(ConstantPoolSDNode *N, SDLoc DL, getTargetNode() function in CSKYTargetLowering
/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp695 static SDValue getTargetNode(GlobalAddressSDNode *N, const SDLoc &DL, EVT Ty, getTargetNode() function
700 static SDValue getTargetNode(ConstantPoolSDNode *N, const SDLoc &DL, EVT Ty, getTargetNode() function
/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp145 SDValue MipsTargetLowering::getTargetNode(GlobalAddressSDNode *N, EVT Ty, getTargetNode() function in MipsTargetLowering
151 SDValue MipsTargetLowering::getTargetNode(ExternalSymbolSDNode *N, EVT Ty, getTargetNode() function in MipsTargetLowering
157 SDValue MipsTargetLowering::getTargetNode(BlockAddressSDNode *N, EVT Ty, getTargetNode() function in MipsTargetLowering
163 SDValue MipsTargetLowering::getTargetNode(JumpTableSDNode *N, EVT Ty, getTargetNode() function in MipsTargetLowering
169 SDValue MipsTargetLowering::getTargetNode(ConstantPoolSDNode *N, EVT Ty, getTargetNode() function in MipsTargetLowering
/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp759 static SDValue getTargetNode(GlobalAddressSDNode *N, SDLoc DL, EVT Ty, getTargetNode() function
764 static SDValue getTargetNode(BlockAddressSDNode *N, SDLoc DL, EVT Ty, getTargetNode() function
770 static SDValue getTargetNode(ConstantPoolSDNode *N, SDLoc DL, EVT Ty, getTargetNode() function
776 static SDValue getTargetNode(JumpTableSDNode *N, SDLoc DL, EVT Ty, getTargetNode() function
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7273 static SDValue getTargetNode(GlobalAddressSDNode *N, const SDLoc &DL, EVT Ty, getTargetNode() function
7278 static SDValue getTargetNode(BlockAddressSDNode *N, const SDLoc &DL, EVT Ty, getTargetNode() function
7284 static SDValue getTargetNode(ConstantPoolSDNode *N, const SDLoc &DL, EVT Ty, getTargetNode() function
7290 static SDValue getTargetNode(JumpTableSDNode *N, const SDLoc &DL, EVT Ty, getTargetNode() function
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9046 SDValue AArch64TargetLowering::getTargetNode(GlobalAddressSDNode *N, EVT Ty, getTargetNode() function in AArch64TargetLowering
9053 SDValue AArch64TargetLowering::getTargetNode(JumpTableSDNode *N, EVT Ty, getTargetNode() function in AArch64TargetLowering
9059 SDValue AArch64TargetLowering::getTargetNode(ConstantPoolSDNode *N, EVT Ty, getTargetNode() function in AArch64TargetLowering
9066 SDValue AArch64TargetLowering::getTargetNode(BlockAddressSDNode* N, EVT Ty, getTargetNode() function in AArch64TargetLowering
9072 SDValue AArch64TargetLowering::getTargetNode(ExternalSymbolSDNode *N, EVT Ty, getTargetNode() function in AArch64TargetLowering
[all...]