HomeSort by relevance Sort by last modified time
    Searched refs:getPredicate (Results 1 - 25 of 206) sorted by null

1 2 3 4 5 6 7 8 9

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRFailedPredicateException.h 37 @property (retain, getter=getPredicate, setter=setPredicate:) NSString *predicate;
44 - (NSString *) getPredicate;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRFailedPredicateException.h 37 @property (retain, getter=getPredicate, setter=setPredicate:) NSString *predicate;
44 - (NSString *) getPredicate;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRFailedPredicateException.h 37 @property (retain, getter=getPredicate, setter=setPredicate:) NSString *predicate;
44 - (NSString *) getPredicate;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRFailedPredicateException.h 44 - (NSString *) getPredicate;
  /external/swiftshader/third_party/subzero/src/
IceInstARM32.cpp 113 Str << Opcode << getPredicate() << "." << Ty;
171 Str << Instr->getPredicate() << "\t";
182 Str << "\t" << Opcode << Instr->getPredicate();
208 Str << "\t" << Opcode << Instr->getPredicate() << "\t";
221 Str << "\t" << Opcode << (SetFlags ? "s" : "") << Instr->getPredicate()
267 Str << "\t" << Opcode << Instr->getPredicate() << "\t";
300 Asm->mla(getDest(), getSrc(0), getSrc(1), getSrc(2), getPredicate());
308 Asm->mls(getDest(), getSrc(0), getSrc(1), getSrc(2), getPredicate());
319 Str << "\t" << Opcode << Instr->getPredicate() << "\t";
524 setPredicate(getOppositeCondition(getPredicate()));
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 321 Constant *C = ConstantFoldCompareInstOperands(ICI.getPredicate(), Elt,
    [all...]
InstCombineSelect.cpp 350 ICmpInst::Predicate Pred = IC->getPredicate();
372 ICmpInst::Predicate Pred = ICI->getPredicate();
418 ICmpInst::Predicate Pred = ICI->getPredicate();
830 ShouldNotVal ^= IC->getPredicate() == ICmpInst::ICMP_NE;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCompares.cpp 286 Constant *C = ConstantFoldCompareInstOperands(ICI.getPredicate(), Elt,
    [all...]
InstCombineSelect.cpp 38 switch (ICI->getPredicate()) {
54 switch (ICI->getPredicate()) {
305 return SimplifyCmpInst(C->getPredicate(), RepOp, C->getOperand(1), TD);
307 return SimplifyCmpInst(C->getPredicate(), C->getOperand(0), RepOp, TD);
346 ICmpInst::Predicate Pred = ICI->getPredicate();
639 ShouldNotVal ^= IC->getPredicate() == ICmpInst::ICMP_NE;
715 if (FCI->getPredicate() == FCmpInst::FCMP_OEQ) {
727 if (FCI->getPredicate() == FCmpInst::FCMP_UNE) {
742 if (FCI->getPredicate() == FCmpInst::FCMP_OEQ) {
754 if (FCI->getPredicate() == FCmpInst::FCMP_UNE)
    [all...]
  /external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp 46 : ICI->getPredicate();
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 709 Predicate getPredicate() const {
724 bool isFPPredicate() const { return isFPPredicate(getPredicate()); }
725 bool isIntPredicate() const { return isIntPredicate(getPredicate()); }
733 return getInversePredicate(getPredicate());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMCodeEmitter.cpp 694 Binary |= II->getPredicate(&MI) << ARMII::CondShift;
709 Binary |= II->getPredicate(&MI) << ARMII::CondShift;
732 Binary |= II->getPredicate(&MI) << ARMII::CondShift;
747 Binary |= II->getPredicate(&MI) << ARMII::CondShift;
771 Binary |= II->getPredicate(&MI) << ARMII::CondShift;
796 Binary |= II->getPredicate(&MI) << ARMII::CondShift;
845 Binary |= II->getPredicate(&MI) << ARMII::CondShift;
    [all...]
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 332 bool isProb = CI->getPredicate() == ICmpInst::ICMP_NE;
428 switch (CI->getPredicate()) {
448 } else if (CV->isOne() && CI->getPredicate() == CmpInst::ICMP_SLT) {
453 switch (CI->getPredicate()) {
501 } else if (FCmp->getPredicate() == FCmpInst::FCMP_ORD) {
504 } else if (FCmp->getPredicate() == FCmpInst::FCMP_UNO) {
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
BranchProbabilityInfo.cpp 248 bool isProb = CI->getPredicate() == ICmpInst::ICMP_NE;
340 switch (CI->getPredicate()) {
360 } else if (CV->isOne() && CI->getPredicate() == CmpInst::ICMP_SLT) {
364 } else if (CV->isAllOnesValue() && CI->getPredicate() == CmpInst::ICMP_SGT) {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instruction.cpp 208 return CI->getPredicate() == cast<CmpInst>(I)->getPredicate();
263 return CI->getPredicate() == cast<CmpInst>(I)->getPredicate();
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 152 LazyValueInfo::Tristate Result = LVI->getPredicateOnEdge(C->getPredicate(),
158 LazyValueInfo::Tristate Res = LVI->getPredicateOnEdge(C->getPredicate(),

Completed in 525 milliseconds

1 2 3 4 5 6 7 8 9