Searched refs:EmitTargetCodeForMemset (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64SelectionDAGInfo.h | 22 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &dl,
|
H A D | AArch64SelectionDAGInfo.cpp | 18 SDValue AArch64SelectionDAGInfo::EmitTargetCodeForMemset( in EmitTargetCodeForMemset() function in AArch64SelectionDAGInfo
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86SelectionDAGInfo.h | 29 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &dl,
|
H A D | X86SelectionDAGInfo.cpp | 47 SDValue X86SelectionDAGInfo::EmitTargetCodeForMemset( in EmitTargetCodeForMemset() function in X86SelectionDAGInfo
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblySelectionDAGInfo.h | 37 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &DL,
|
H A D | WebAssemblySelectionDAGInfo.cpp | 45 SDValue WebAssemblySelectionDAGInfo::EmitTargetCodeForMemset( in EmitTargetCodeForMemset() function in WebAssemblySelectionDAGInfo
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMSelectionDAGInfo.h | 55 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &dl,
|
H A D | ARMSelectionDAGInfo.cpp | 297 SDValue ARMSelectionDAGInfo::EmitTargetCodeForMemset( in EmitTargetCodeForMemset() function in ARMSelectionDAGInfo
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZSelectionDAGInfo.h | 33 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &DL,
|
H A D | SystemZSelectionDAGInfo.cpp | 75 SDValue SystemZSelectionDAGInfo::EmitTargetCodeForMemset( in EmitTargetCodeForMemset() function in SystemZSelectionDAGInfo
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGTargetInfo.h | 80 virtual SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForMemset() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 6958 SDValue Result = TSI->EmitTargetCodeForMemset( in getMemset()
|