Home
last modified time | relevance | path

Searched refs:EmitTargetCodeForMemcmp (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.h38 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
H A DSystemZSelectionDAGInfo.cpp172 std::pair<SDValue, SDValue> SystemZSelectionDAGInfo::EmitTargetCodeForMemcmp( in EmitTargetCodeForMemcmp() function in SystemZSelectionDAGInfo
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGTargetInfo.h95 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemcmp() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7926 std::pair<SDValue, SDValue> Res = TSI.EmitTargetCodeForMemcmp( in visitMemCmpBCmpCall()