Searched defs:IfCond (Results  1 – 6 of 6) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/ | 
| D | AsmCond.h | 25     IfCond,     // inside if conditional  enumerator
 | 
| /external/llvm/include/llvm/MC/MCParser/ | 
| D | AsmCond.h | 26     IfCond,     // inside if conditional  enumerator
 | 
| /external/clang/lib/CodeGen/ | 
| D | CGStmtOpenMP.cpp | 1210   const Expr *IfCond = nullptr;  in emitCommonOMPParallelDirective()  local2562   const Expr *IfCond = nullptr;  in EmitOMPTaskDirective()  local
 3274   const Expr *IfCond = nullptr;  in EmitOMPTargetDirective()  local
 3363   const Expr *IfCond = nullptr;  in EmitOMPCancelDirective()  local
 3404   const Expr *IfCond = nullptr;  in EmitOMPTargetDataDirective()  local
 3424   const Expr *IfCond = nullptr;  in EmitOMPTargetEnterDataDirective()  local
 3444   const Expr *IfCond = nullptr;  in EmitOMPTargetExitDataDirective()  local
 3481   const Expr *IfCond = nullptr;  in EmitOMPTaskLoopBasedDirective()  local
 3621   const Expr *IfCond = nullptr;  in EmitOMPTargetUpdateDirective()  local
 
 | 
| D | CGOpenMPRuntime.cpp | 1934                                        const Expr *IfCond) {  in emitParallelCall()3870                                    const Expr *IfCond,  in emitTaskCall()
 4060                                        const Expr *IfCond,  in emitTaskLoopCall()
 4706                                      const Expr *IfCond,  in emitCancelCall()
 5699                                      const Expr *IfCond, const Expr *Device,  in emitTargetCall()
 6060                                           const Expr *IfCond,  in emitTargetDataCalls()
 6180     CodeGenFunction &CGF, const OMPExecutableDirective &D, const Expr *IfCond,  in emitTargetDataStandAloneCall()
 
 | 
| /external/llvm/lib/Transforms/Utils/ | 
| D | SimplifyCFG.cpp | 1928   Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse);  in FoldTwoEntryPHINode()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ | 
| D | SimplifyCFG.cpp | 2314   Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse);  in FoldTwoEntryPHINode()  local
 |