HomeSort by relevance Sort by last modified time
    Searched refs:Cond (Results 151 - 175 of 197) sorted by null

1 2 3 4 5 67 8

  /external/llvm/lib/Target/R600/
AMDILISelLowering.cpp 380 SDValue Cond = Op.getOperand(1);
387 Chain, Jump, Cond);
R600ISelLowering.cpp 867 SDValue Cond = (isZero(LHS) ? RHS : LHS);
901 Cond, Zero,
    [all...]
SIISelLowering.cpp 513 SDValue Cond = DAG.getNode(ISD::SETCC, DL, MVT::i1, LHS, RHS, CC);
514 return DAG.getNode(ISD::SELECT, DL, VT, Cond, True, False);
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 576 Value *Cond = getRandomValue(CondTy);
577 Value *V = SelectInst::Create(Cond, Val0, Val1, "Sl", BB->getTerminator());
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 477 SDValue Cond = Op.getOperand(1);
484 Chain, Jump, Cond);
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 57 typedef struct Cond Cond;
194 Cond *conds;
208 struct Cond
210 Cond *next;
2335 Cond *cond; local
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CodeGenFunction.h     [all...]
CGStmt.cpp 495 JumpDest LoopHeader = getJumpDestInCurrentScope("while.cond");
571 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond");
632 JumpDest Continue = getJumpDestInCurrentScope("for.cond");
651 ExitBlock = createBasicBlock("for.cond.cleanup");
725 llvm::BasicBlock *CondBlock = createBasicBlock("for.cond");
732 ExitBlock = createBasicBlock("for.cond.cleanup");
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 252 SDValue Cond = GetScalarizedVector(N->getOperand(0));
257 EVT CondVT = Cond.getValueType();
265 Cond = DAG.getNode(ISD::AND, SDLoc(N), CondVT,
266 Cond, DAG.getConstant(1, CondVT));
272 Cond = DAG.getNode(ISD::SIGN_EXTEND_INREG, SDLoc(N), CondVT,
273 Cond, DAG.getValueType(MVT::i1));
279 LHS.getValueType(), Cond, LHS,
    [all...]
SelectionDAG.cpp 654 "Cond code doesn't exist!");
    [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 41 STATISTIC(NumCBrFixed, "Number of cond branches fixed");
238 ImmBranch(MachineInstr *mi, unsigned maxdisp, bool cond, int ubr)
239 : MI(mi), MaxDisp(maxdisp), isCond(cond), UncondBr(ubr) {}
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 380 SVal Cond, bool Assumption);
472 const SVal &cond, bool assumption)>
  /external/eigen/test/
packetmath.cpp 67 template<bool Cond,typename Packet>
87 #define CHECK_CWISE1_IF(COND, REFOP, POP) if(COND) { \
88 packet_helper<COND,Packet> h; \
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 482 Value *Cond,
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 192 ProgramStateRef evalAssume(ProgramStateRef state, SVal Cond,
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 509 // for (Init; Cond; Inc)
537 // Cond -> "rsIntIter < NumArrayElements"
541 clang::BinaryOperator *Cond =
596 Cond,
880 // for (Init; Cond; Inc)
905 // Cond -> "rsIntIter < NumArrayElements"
909 clang::BinaryOperator *Cond =
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc 772 Instruction *Sandbox::CondExpression(CodeGen *gen, const ErrorCode& cond) {
775 if (cond.argno_ < 0 || cond.argno_ >= 6) {
784 SECCOMP_ARG_MSB_IDX(cond.argno_));
788 SECCOMP_ARG_LSB_IDX(cond.argno_));
792 switch (cond.op_) {
796 static_cast<uint32_t>(cond.value_),
797 RetExpression(gen, *cond.passed_),
798 RetExpression(gen, *cond.failed_));
803 if (cond.width_ == ErrorCode::TP_64BIT)
    [all...]

Completed in 1341 milliseconds

1 2 3 4 5 67 8