Home
last modified time | relevance | path

Searched defs:CondOp (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp226 auto CondOp = Matches[0].getNodeAs<BinaryOperator>("conditionOperator"); in shouldCompletelyUnroll() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp638 ExprResult CondOp = Actions.ActOnConditionalOp( in ParseRHSOfBinaryExpression() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1225 VPValue *VecOp, VPValue *CondOp, in VPReductionRecipe()
H A DLoopVectorize.cpp9334 auto *CondOp = CM.foldTailByMasking() in adjustRecipesForInLoopReductions() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1730 if (const ConditionalOperator *CondOp = dyn_cast<ConditionalOperator>(Cond)) { in EmitBranchOnBoolExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp2429 MachineOperand &CondOp = I.getOperand(0); in selectG_BRCOND() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp9152 ExprResult CondOp = SemaRef.ActOnConditionalOp( in checkOpenMPLoop() local
9383 ExprResult CondOp = SemaRef.ActOnConditionalOp( in checkOpenMPLoop() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5754 int CondOp = -1, ImmOp = -1; in cvtThumbBranches() local