Searched defs:IfCond (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DAsmCond.h25 IfCond, // inside if conditional enumerator in enum:llvm::AsmCond::ConditionalAssemblyType
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1312 const Expr *IfCond = nullptr; local
1341 llvm::Value *IfCond = nullptr; local
1919 const Expr *IfCond = nullptr; local
3518 const Expr *IfCond = nullptr; local
4376 const Expr *IfCond = nullptr; local
4851 const Expr *IfCond = nullptr; local
5027 const Expr *IfCond = nullptr; local
5052 const Expr *IfCond = nullptr; local
5073 const Expr *IfCond = nullptr; local
5227 const Expr *IfCond = nullptr; local
5449 const Expr *IfCond = nullptr; local
[all...]
H A DCGOpenMPRuntime.cpp3089 emitParallelCall(CodeGenFunction &CGF, SourceLocation Loc, llvm::Function *OutlinedFn, ArrayRef<llvm::Value *> CapturedVars, const Expr *IfCond) argument
5161 emitTaskCall(CodeGenFunction &CGF, SourceLocation Loc, const OMPExecutableDirective &D, llvm::Function *TaskFunction, QualType SharedsTy, Address Shareds, const Expr *IfCond, const OMPTaskDataTy &Data) argument
5356 emitTaskLoopCall(CodeGenFunction &CGF, SourceLocation Loc, const OMPLoopDirective &D, llvm::Function *TaskFunction, QualType SharedsTy, Address Shareds, const Expr *IfCond, const OMPTaskDataTy &Data) argument
6403 emitCancelCall(CodeGenFunction &CGF, SourceLocation Loc, const Expr *IfCond, OpenMPDirectiveKind CancelRegion) argument
9152 emitTargetCall( CodeGenFunction &CGF, const OMPExecutableDirective &D, llvm::Function *OutlinedFn, llvm::Value *OutlinedFnID, const Expr *IfCond, const Expr *Device, llvm::function_ref<llvm::Value *(CodeGenFunction &CGF, const OMPLoopDirective &D)> SizeEmitter) argument
9942 emitTargetDataCalls( CodeGenFunction &CGF, const OMPExecutableDirective &D, const Expr *IfCond, const Expr *Device, const RegionCodeGenTy &CodeGen, TargetDataInfo &Info) argument
10069 emitTargetDataStandAloneCall( CodeGenFunction &CGF, const OMPExecutableDirective &D, const Expr *IfCond, const Expr *Device) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2313 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse); local

Completed in 125 milliseconds