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

1 23 4 5

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 515 contBB->getExit()->getPredicate())
1031 Value *pred = insn->getPredicate();
    [all...]
  /external/lldb/source/Expression/
IRInterpreter.cpp 480 switch (icmp_inst->getPredicate())
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 673 Predicate = I->getPredicate();
963 Cmp->getPredicate() : Cmp->getSwappedPredicate();
    [all...]
Constants.h     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 764 return cmpNumbers(CI->getPredicate(), cast<CmpInst>(R)->getPredicate());
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 708 return new ICmpInst(I, cast<ICmpInst>(I)->getPredicate(),
712 return new FCmpInst(I, cast<FCmpInst>(I)->getPredicate(),
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_lowering_nv50.cpp 358 Value *pred = mul->getPredicate();
1014 Value *pred = insn->getPredicate();
nv50_ir_ra.cpp     [all...]
nv50_ir.cpp 697 values[2] = getPredicate();
nv50_ir.h 630 inline Value *getPredicate() const;
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 515 contBB->getExit()->getPredicate())
1031 Value *pred = insn->getPredicate();
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 84 CmpInst::Predicate CPred = Cmp->getPredicate();
    [all...]
ConstantFolding.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp     [all...]
nv50_ir.cpp 697 values[2] = getPredicate();
nv50_ir.h 630 inline Value *getPredicate() const;
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 183 CmpInst::Predicate Predicate = C->getPredicate();
    [all...]
IndVarSimplify.cpp 311 switch (Compare->getPredicate()) {
    [all...]
  /external/llvm/lib/IR/
ConstantsContext.h 479 CE->isCompare() ? CE->getPredicate() : 0,
Verifier.cpp     [all...]
AsmWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 604 CI->getPredicate(), CI->getOperand(0),
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 768 AArch64CC::CondCode CC = getCompareCC(CI->getPredicate());
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]

Completed in 792 milliseconds

1 23 4 5