Searched refs:checkTargetFeatures (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 2337 void CodeGenFunction::checkTargetFeatures(const CallExpr *E, in checkTargetFeatures() function in CodeGenFunction 2339 return checkTargetFeatures(E->getBeginLoc(), TargetDecl); in checkTargetFeatures() 2344 void CodeGenFunction::checkTargetFeatures(SourceLocation Loc, in checkTargetFeatures() function in CodeGenFunction
|
D | CodeGenFunction.h | 3891 void checkTargetFeatures(const CallExpr *E, const FunctionDecl *TargetDecl); 3892 void checkTargetFeatures(SourceLocation Loc, const FunctionDecl *TargetDecl);
|
D | CGCall.cpp | 4328 checkTargetFeatures(Loc, FD); in EmitCall()
|
D | CGBuiltin.cpp | 4857 checkTargetFeatures(E, FD); in EmitBuiltinExpr()
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 1956 void CodeGenFunction::checkTargetFeatures(const CallExpr *E, in checkTargetFeatures() function in CodeGenFunction
|
D | CodeGenFunction.h | 2829 void checkTargetFeatures(const CallExpr *E, const FunctionDecl *TargetDecl);
|
D | CGExpr.cpp | 4010 checkTargetFeatures(E, FD); in EmitCall()
|
D | CGBuiltin.cpp | 2394 checkTargetFeatures(E, FD); in EmitBuiltinExpr()
|