HomeSort by relevance Sort by last modified time
    Searched defs:Cond (Results 101 - 114 of 114) sorted by null

1 2 3 45

  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 73 "simplifycfg-hoist-cond-stores", cl::Hidden, cl::init(true),
77 "simplifycfg-merge-cond-stores", cl::Hidden, cl::init(true),
83 "simplifycfg-merge-cond-stores-aggressively", cl::Hidden, cl::init(false),
188 Instruction *Cond,
196 // 2> We have "Cond" as the incoming value for the unconditional branch;
197 // 3> SI2->getCondition() and Cond have same operands.
200 if (!(Cond->getOperand(0) == Ci2->getOperand(0) &&
201 Cond->getOperand(1) == Ci2->getOperand(1)) &&
202 !(Cond->getOperand(0) == Ci2->getOperand(1) &&
203 Cond->getOperand(1) == Ci2->getOperand(0))
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp 217 "enable-cond-stores-vec", cl::init(false), cl::Hidden,
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 1640 ExprP<T> cond (const ExprP<bool>& test, function in namespace:vkt::shaderexecutor
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 1661 ExprP<T> cond (const ExprP<bool>& test, function in namespace:deqp::gls::BuiltinPrecisionTests
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 339 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 177 const ISD::CondCode Cond;
236 if (LC.Cond != ISD::SETCC_INVALID)
237 setCmpLibcallCC(LC.Op, LC.Cond);
262 const ISD::CondCode Cond;
350 if (LC.Cond != ISD::SETCC_INVALID)
351 setCmpLibcallCC(LC.Op, LC.Cond);
361 const ISD::CondCode Cond;
373 if (LC.Cond != ISD::SETCC_INVALID)
374 setCmpLibcallCC(LC.Op, LC.Cond);
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 149 ARMCC::CondCodes Cond; // Condition for IT block.
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 1412 milliseconds

1 2 3 45