Searched defs:IfCond (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | AsmCond.h | 25 IfCond, // inside if conditional enumerator
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1586 const Expr *IfCond = nullptr; in emitCommonOMPParallelDirective() local 1758 llvm::Value *IfCond = nullptr; in EmitOMPParallelDirective() local 2515 const Expr *IfCond = nullptr; in emitCommonSimdLoop() local 5210 IntegerLiteral IfCond(getContext(), TrueOrFalse, in EmitOMPTargetTaskBasedDirective() local 5309 const Expr *IfCond = nullptr; in EmitOMPTaskDirective() local 6678 const Expr *IfCond = nullptr; in emitCommonOMPTargetDirective() local 7233 const Expr *IfCond = nullptr; in EmitOMPCancelDirective() local 7471 const Expr *IfCond = nullptr; in EmitOMPTargetDataDirective() local 7496 const Expr *IfCond = nullptr; in EmitOMPTargetEnterDataDirective() local 7517 const Expr *IfCond = nullptr; in EmitOMPTargetExitDataDirective() local [all …]
|
H A D | CGOpenMPRuntime.cpp | 1871 const Expr *IfCond, in emitParallelCall() 4517 const Expr *IfCond, in emitTaskCall() 4637 const Expr *IfCond, in emitTaskLoopCall() 5755 const Expr *IfCond, in emitCancelCall() 9691 llvm::Function *OutlinedFn, llvm::Value *OutlinedFnID, const Expr *IfCond, in emitTargetCall() 10239 CodeGenFunction &CGF, const OMPExecutableDirective &D, const Expr *IfCond, in emitTargetDataCalls() 10340 CodeGenFunction &CGF, const OMPExecutableDirective &D, const Expr *IfCond, in emitTargetDataStandAloneCall() 11972 const Expr *IfCond, in emitParallelCall() 12117 const Expr *IfCond, in emitTaskCall() 12125 const Expr *IfCond, const OMPTaskDataTy &Data) { in emitTaskLoopCall() [all …]
|
H A D | CGOpenMPRuntimeGPU.cpp | 1209 const Expr *IfCond, in emitParallelCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 5090 Value *IfCond, ValueToValueMapTy &VMap, in createIfVersion() 5169 Value *IfCond, OrderKind Order, in applySimd() 6341 InsertPointTy CodeGenIP, Value *DeviceID, Value *IfCond, in createTargetData()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 3493 Value *IfCond = DomBI->getCondition(); in FoldTwoEntryPHINode() local
|