Home
last modified time | relevance | path

Searched refs:EmitTargetCodeForMemset (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SelectionDAGInfo.h22 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &dl,
DAArch64SelectionDAGInfo.cpp18 SDValue AArch64SelectionDAGInfo::EmitTargetCodeForMemset( in EmitTargetCodeForMemset() function in AArch64SelectionDAGInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SelectionDAGInfo.h34 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &dl,
DX86SelectionDAGInfo.cpp46 SDValue X86SelectionDAGInfo::EmitTargetCodeForMemset( in EmitTargetCodeForMemset() function in X86SelectionDAGInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblySelectionDAGInfo.h36 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &DL,
DWebAssemblySelectionDAGInfo.cpp45 SDValue WebAssemblySelectionDAGInfo::EmitTargetCodeForMemset( in EmitTargetCodeForMemset() function in WebAssemblySelectionDAGInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.h55 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &dl,
DARMSelectionDAGInfo.cpp249 SDValue ARMSelectionDAGInfo::EmitTargetCodeForMemset( in EmitTargetCodeForMemset() function in ARMSelectionDAGInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.h33 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &DL,
DSystemZSelectionDAGInfo.cpp75 SDValue SystemZSelectionDAGInfo::EmitTargetCodeForMemset( in EmitTargetCodeForMemset() function in SystemZSelectionDAGInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGTargetInfo.h80 virtual SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForMemset() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6506 SDValue Result = TSI->EmitTargetCodeForMemset( in getMemset()