HomeSort by relevance Sort by last modified time
    Searched refs:getCondition (Results 51 - 75 of 144) sorted by null

1 23 4 5 6

  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 602 Node->getCondition()->printPretty(OS, nullptr, Policy, 0);
608 Node->getCondition()->printPretty(OS, nullptr, Policy, 0);
    [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 507 auto Cond = cast<OMPIfClause>(C)->getCondition();
    [all...]
CGCleanup.cpp 553 llvm::LoadInst *condition = cast<llvm::LoadInst>(si->getCondition());
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 932 if (BI->isConditional() && Cond.match(BI->getCondition())) {
962 auto *Cmp = dyn_cast<CmpInst_t>(SI->getCondition());
    [all...]
Instructions.h     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 824 BI->getCondition();
826 if (const CmpInst *CI = dyn_cast<CmpInst>(BI->getCondition())) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
InstCombineLoadStoreAlloca.cpp 762 return SelectInst::Create(SI->getCondition(), V1, V2);
    [all...]
InstCombineVectorOps.cpp 301 Value *Cond = SI->getCondition();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 414 Cond = Term->getCondition();
ScalarReplAggregates.cpp     [all...]
  /external/llvm/unittests/IR/
InstructionsTest.cpp 146 EXPECT_EQ(One, b1->getCondition());
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 827 CondCode getCondition() const { return setCond; }
  /external/clang/include/clang/AST/
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 733 if (const CmpInst *CI = dyn_cast<CmpInst>(BI->getCondition())) {
759 dyn_cast<ConstantInt>(BI->getCondition())) {
    [all...]
  /external/lldb/source/Expression/
IRInterpreter.cpp 885 Value *condition = br_inst->getCondition();
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 615 Value *Sel = Builder.CreateSelect(BI->getCondition(),
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
WinEHPrepare.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 1643 milliseconds

1 23 4 5 6