Home
last modified time | relevance | path

Searched defs:IfCond (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DAsmCond.h25 IfCond, // inside if conditional enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1568 const Expr *IfCond = nullptr; in emitCommonOMPParallelDirective() local
1692 llvm::Value *IfCond = nullptr; in EmitOMPParallelDirective() local
2448 const Expr *IfCond = nullptr; in emitCommonSimdLoop() local
4713 IntegerLiteral IfCond(getContext(), TrueOrFalse, in EmitOMPTargetTaskBasedDirective() local
4726 const Expr *IfCond = nullptr; in EmitOMPTaskDirective() local
5915 const Expr *IfCond = nullptr; in emitCommonOMPTargetDirective() local
6392 const Expr *IfCond = nullptr; in EmitOMPCancelDirective() local
6630 const Expr *IfCond = nullptr; in EmitOMPTargetDataDirective() local
6655 const Expr *IfCond = nullptr; in EmitOMPTargetEnterDataDirective() local
6676 const Expr *IfCond = nullptr; in EmitOMPTargetExitDataDirective() local
[all …]
H A DCGOpenMPRuntime.cpp2074 const Expr *IfCond) { in emitParallelCall()
5112 const Expr *IfCond, in emitTaskCall()
5230 const Expr *IfCond, in emitTaskLoopCall()
6327 const Expr *IfCond, in emitCancelCall()
10037 llvm::Function *OutlinedFn, llvm::Value *OutlinedFnID, const Expr *IfCond, in emitTargetCall()
10908 CodeGenFunction &CGF, const OMPExecutableDirective &D, const Expr *IfCond, in emitTargetDataCalls()
11062 CodeGenFunction &CGF, const OMPExecutableDirective &D, const Expr *IfCond, in emitTargetDataStandAloneCall()
12613 const Expr *IfCond) { in emitParallelCall()
12752 const Expr *IfCond, in emitTaskCall()
12760 const Expr *IfCond, const OMPTaskDataTy &Data) { in emitTaskLoopCall()
[all …]
H A DCGOpenMPRuntimeGPU.cpp2088 const Expr *IfCond) { in emitParallelCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2714 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse); in FoldTwoEntryPHINode() local