/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | DirectedGraph.h | 48 const NodeType &getTargetNode() const { return TargetNode; } in getTargetNode() function 49 NodeType &getTargetNode() { in getTargetNode() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYISelLowering.cpp | 1084 SDValue CSKYTargetLowering::getTargetNode(GlobalAddressSDNode *N, SDLoc DL, in getTargetNode() function in CSKYTargetLowering 1090 SDValue CSKYTargetLowering::getTargetNode(ExternalSymbolSDNode *N, SDLoc DL, in getTargetNode() function in CSKYTargetLowering 1096 SDValue CSKYTargetLowering::getTargetNode(JumpTableSDNode *N, SDLoc DL, EVT Ty, in getTargetNode() function in CSKYTargetLowering 1102 SDValue CSKYTargetLowering::getTargetNode(BlockAddressSDNode *N, SDLoc DL, in getTargetNode() function in CSKYTargetLowering 1109 SDValue CSKYTargetLowering::getTargetNode(ConstantPoolSDNode *N, SDLoc DL, in getTargetNode() function in CSKYTargetLowering
|
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 444 static SDValue getTargetNode(GlobalAddressSDNode *N, SDLoc DL, EVT Ty, in getTargetNode() function 449 static SDValue getTargetNode(BlockAddressSDNode *N, SDLoc DL, EVT Ty, in getTargetNode() function 455 static SDValue getTargetNode(ConstantPoolSDNode *N, SDLoc DL, EVT Ty, in getTargetNode() function 461 static SDValue getTargetNode(JumpTableSDNode *N, SDLoc DL, EVT Ty, in getTargetNode() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 136 SDValue MipsTargetLowering::getTargetNode(GlobalAddressSDNode *N, EVT Ty, in getTargetNode() function in MipsTargetLowering 142 SDValue MipsTargetLowering::getTargetNode(ExternalSymbolSDNode *N, EVT Ty, in getTargetNode() function in MipsTargetLowering 148 SDValue MipsTargetLowering::getTargetNode(BlockAddressSDNode *N, EVT Ty, in getTargetNode() function in MipsTargetLowering 154 SDValue MipsTargetLowering::getTargetNode(JumpTableSDNode *N, EVT Ty, in getTargetNode() function in MipsTargetLowering 160 SDValue MipsTargetLowering::getTargetNode(ConstantPoolSDNode *N, EVT Ty, in getTargetNode() function in MipsTargetLowering
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 4356 static SDValue getTargetNode(GlobalAddressSDNode *N, SDLoc DL, EVT Ty, in getTargetNode() function 4361 static SDValue getTargetNode(BlockAddressSDNode *N, SDLoc DL, EVT Ty, in getTargetNode() function 4367 static SDValue getTargetNode(ConstantPoolSDNode *N, SDLoc DL, EVT Ty, in getTargetNode() function 4373 static SDValue getTargetNode(JumpTableSDNode *N, SDLoc DL, EVT Ty, in getTargetNode() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 7884 SDValue AArch64TargetLowering::getTargetNode(GlobalAddressSDNode *N, EVT Ty, in getTargetNode() function in AArch64TargetLowering 7891 SDValue AArch64TargetLowering::getTargetNode(JumpTableSDNode *N, EVT Ty, in getTargetNode() function in AArch64TargetLowering 7897 SDValue AArch64TargetLowering::getTargetNode(ConstantPoolSDNode *N, EVT Ty, in getTargetNode() function in AArch64TargetLowering 7904 SDValue AArch64TargetLowering::getTargetNode(BlockAddressSDNode* N, EVT Ty, in getTargetNode() function in AArch64TargetLowering
|