/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | AsmCond.h | 25 IfCond, // inside if conditional enumerator
|
/llvm-project/llvm/unittests/CodeGen/GlobalISel/ |
H A D | LegalizerInfoTest.cpp | 326 bool IfCond = true; in TEST() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1581 const Expr *IfCond = nullptr; emitCommonOMPParallelDirective() local 1753 llvm::Value *IfCond = nullptr; EmitOMPParallelDirective() local 2510 const Expr *IfCond = nullptr; emitCommonSimdLoop() local 5192 IntegerLiteral IfCond(getContext(), TrueOrFalse, EmitOMPTargetTaskBasedDirective() local 5291 const Expr *IfCond = nullptr; EmitOMPTaskDirective() local 6660 const Expr *IfCond = nullptr; emitCommonOMPTargetDirective() local 7215 const Expr *IfCond = nullptr; EmitOMPCancelDirective() local 7453 const Expr *IfCond = nullptr; EmitOMPTargetDataDirective() local 7478 const Expr *IfCond = nullptr; EmitOMPTargetEnterDataDirective() local 7499 const Expr *IfCond = nullptr; EmitOMPTargetExitDataDirective() local 7656 const Expr *IfCond = nullptr; EmitOMPTaskLoopBasedDirective() local 7891 const Expr *IfCond = nullptr; EmitOMPTargetUpdateDirective() local [all...] |
H A D | CGOpenMPRuntime.cpp | 1870 emitParallelCall(CodeGenFunction & CGF,SourceLocation Loc,llvm::Function * OutlinedFn,ArrayRef<llvm::Value * > CapturedVars,const Expr * IfCond,llvm::Value * NumThreads) emitParallelCall() argument 4512 emitTaskCall(CodeGenFunction & CGF,SourceLocation Loc,const OMPExecutableDirective & D,llvm::Function * TaskFunction,QualType SharedsTy,Address Shareds,const Expr * IfCond,const OMPTaskDataTy & Data) emitTaskCall() argument 4632 emitTaskLoopCall(CodeGenFunction & CGF,SourceLocation Loc,const OMPLoopDirective & D,llvm::Function * TaskFunction,QualType SharedsTy,Address Shareds,const Expr * IfCond,const OMPTaskDataTy & Data) emitTaskLoopCall() argument 5750 emitCancelCall(CodeGenFunction & CGF,SourceLocation Loc,const Expr * IfCond,OpenMPDirectiveKind CancelRegion) emitCancelCall() argument 9680 emitTargetCall(CodeGenFunction & CGF,const OMPExecutableDirective & D,llvm::Function * OutlinedFn,llvm::Value * OutlinedFnID,const Expr * IfCond,llvm::PointerIntPair<const Expr *,2,OpenMPDeviceClauseModifier> Device,llvm::function_ref<llvm::Value * (CodeGenFunction & CGF,const OMPLoopDirective & D)> SizeEmitter) emitTargetCall() argument 10228 emitTargetDataCalls(CodeGenFunction & CGF,const OMPExecutableDirective & D,const Expr * IfCond,const Expr * Device,const RegionCodeGenTy & CodeGen,CGOpenMPRuntime::TargetDataInfo & Info) emitTargetDataCalls() argument 10329 emitTargetDataStandAloneCall(CodeGenFunction & CGF,const OMPExecutableDirective & D,const Expr * IfCond,const Expr * Device) emitTargetDataStandAloneCall() argument 11961 emitParallelCall(CodeGenFunction & CGF,SourceLocation Loc,llvm::Function * OutlinedFn,ArrayRef<llvm::Value * > CapturedVars,const Expr * IfCond,llvm::Value * NumThreads) emitParallelCall() argument 12106 emitTaskCall(CodeGenFunction & CGF,SourceLocation Loc,const OMPExecutableDirective & D,llvm::Function * TaskFunction,QualType SharedsTy,Address Shareds,const Expr * IfCond,const OMPTaskDataTy & Data) emitTaskCall() argument 12114 emitTaskLoopCall(CodeGenFunction & CGF,SourceLocation Loc,const OMPLoopDirective & D,llvm::Function * TaskFunction,QualType SharedsTy,Address Shareds,const Expr * IfCond,const OMPTaskDataTy & Data) emitTaskLoopCall() argument 12166 emitCancelCall(CodeGenFunction & CGF,SourceLocation Loc,const Expr * IfCond,OpenMPDirectiveKind CancelRegion) emitCancelCall() argument 12180 emitTargetCall(CodeGenFunction & CGF,const OMPExecutableDirective & D,llvm::Function * OutlinedFn,llvm::Value * OutlinedFnID,const Expr * IfCond,llvm::PointerIntPair<const Expr *,2,OpenMPDeviceClauseModifier> Device,llvm::function_ref<llvm::Value * (CodeGenFunction & CGF,const OMPLoopDirective & D)> SizeEmitter) emitTargetCall() argument 12216 emitTargetDataCalls(CodeGenFunction & CGF,const OMPExecutableDirective & D,const Expr * IfCond,const Expr * Device,const RegionCodeGenTy & CodeGen,CGOpenMPRuntime::TargetDataInfo & Info) emitTargetDataCalls() argument 12223 emitTargetDataStandAloneCall(CodeGenFunction & CGF,const OMPExecutableDirective & D,const Expr * IfCond,const Expr * Device) emitTargetDataStandAloneCall() argument [all...] |
H A D | CGOpenMPRuntimeGPU.cpp | 1209 emitParallelCall(CodeGenFunction & CGF,SourceLocation Loc,llvm::Function * OutlinedFn,ArrayRef<llvm::Value * > CapturedVars,const Expr * IfCond,llvm::Value * NumThreads) emitParallelCall() argument
|
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 5024 createIfVersion(CanonicalLoopInfo * CanonicalLoop,Value * IfCond,ValueToValueMapTy & VMap,const Twine & NamePrefix) createIfVersion() argument 5103 applySimd(CanonicalLoopInfo * CanonicalLoop,MapVector<Value *,Value * > AlignedVars,Value * IfCond,OrderKind Order,ConstantInt * Simdlen,ConstantInt * Safelen) applySimd() argument 6275 createTargetData(const LocationDescription & Loc,InsertPointTy AllocaIP,InsertPointTy CodeGenIP,Value * DeviceID,Value * IfCond,TargetDataInfo & Info,GenMapInfoCallbackTy GenMapInfoCB,omp::RuntimeFunction * MapperFunc,function_ref<InsertPointTy (InsertPointTy CodeGenIP,BodyGenTy BodyGenType)> BodyGenCB,function_ref<void (unsigned int,Value *)> DeviceAddrCB,function_ref<Value * (unsigned int)> CustomMapperCB,Value * SrcLocInfo) createTargetData() argument [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 3492 Value *IfCond = DomBI->getCondition(); FoldTwoEntryPHINode() local
|