Searched refs:EmitTargetCodeForMemmove (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetSelectionDAGInfo.h | 74 EmitTargetCodeForMemmove(SelectionDAG &DAG, DebugLoc dl, in EmitTargetCodeForMemmove() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.h | 49 EmitTargetCodeForMemmove(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
|
D | ARMSelectionDAGInfo.cpp | 248 SDValue ARMSelectionDAGInfo::EmitTargetCodeForMemmove( in EmitTargetCodeForMemmove() function in ARMSelectionDAGInfo
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGTargetInfo.h | 65 virtual SDValue EmitTargetCodeForMemmove( in EmitTargetCodeForMemmove() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3753 TSI.EmitTargetCodeForMemmove(*this, dl, Chain, Dst, Src, Size, Align, isVol, in getMemmove()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 4701 SDValue Result = TSI->EmitTargetCodeForMemmove( in getMemmove()
|