Home
last modified time | relevance | path

Searched refs:VLENVal (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp6329 llvm::APSInt VLENVal, in emitX86DeclareSimdFunction() argument
6368 if (!VLENVal) { in emitX86DeclareSimdFunction()
6372 Out << VLENVal; in emitX86DeclareSimdFunction()
6479 llvm::APSInt VLENVal; in emitDeclareSimdFunction() local
6481 VLENVal = VLEN->EvaluateKnownConstInt(C); in emitDeclareSimdFunction()
6485 emitX86DeclareSimdFunction(FD, Fn, VLENVal, ParamAttrs, State); in emitDeclareSimdFunction()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp11133 const llvm::APSInt &VLENVal, in emitX86DeclareSimdFunction() argument
11172 if (!VLENVal) { in emitX86DeclareSimdFunction()
11177 Out << VLENVal; in emitX86DeclareSimdFunction()
11605 llvm::APSInt VLENVal; in emitDeclareSimdFunction() local
11609 VLENVal = VLENExpr->EvaluateKnownConstInt(C); in emitDeclareSimdFunction()
11614 emitX86DeclareSimdFunction(FD, Fn, VLENVal, ParamAttrs, State); in emitDeclareSimdFunction()
11616 unsigned VLEN = VLENVal.getExtValue(); in emitDeclareSimdFunction()