Searched refs:CTR (Results 1 - 16 of 16) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp54 if (const FunctionTextRegion *CTR = R->getAs<FunctionTextRegion>())
55 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(CTR->getDecl()))
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp51 cl::desc("Disable analysis for CTR loops"));
443 // Note: If the condition register is set to CTR or CTR8 then this is a
501 Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR,
512 Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR,
570 Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR,
584 Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR,
652 else if (Cond[1].getReg() == PPC::CTR || Cond[1].getReg() == PPC::CTR8)
667 if (Cond[1].getReg() == PPC::CTR || Cond[1].getReg() == PPC::CTR8)
695 if (Cond[1].getReg() == PPC::CTR || Cond[1].getReg() == PPC::CTR8)
1180 if (Cond[1].getReg() == PPC::CTR8 || Cond[1].getReg() == PPC::CTR)
[all...]
H A DPPCCTRLoops.cpp1 //===-- PPCCTRLoops.cpp - Identify and generate CTR loops -----------------===//
11 // that decrement and test the count register (CTR) (bdnz and friends).
18 // Criteria for CTR loops:
21 // - No nested CTR loops.
68 STATISTIC(NumCTRLoops, "Number of loops converted to CTR loops");
147 INITIALIZE_PASS_BEGIN(PPCCTRLoops, "ppc-ctr-loops", "PowerPC CTR Loops",
152 INITIALIZE_PASS_END(PPCCTRLoops, "ppc-ctr-loops", "PowerPC CTR Loops",
161 "PowerPC CTR Loops Verify", false, false)
164 "PowerPC CTR Loops Verify", false, false)
253 // we're definitely using CTR
[all...]
H A DPPCRegisterInfo.cpp187 Reserved.set(PPC::CTR);
H A DPPCISelLowering.cpp4273 // Add CTR register as callee so a bctr can be emitted later.
4275 Ops.push_back(DAG.getRegister(isPPC64 ? PPC::CTR8 : PPC::CTR, PtrVT));
4400 cast<RegisterSDNode>(Callee)->getReg() == PPC::CTR) ||
8033 "Unexpected result type for CTR decrement intrinsic");
11548 // to CTR, which is used by any indirect call.
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLCipher.java60 CTR, enum constant in enum:OpenSSLCipher.Mode
654 public static class CTR extends AES { class in class:OpenSSLCipher.EVP_CIPHER.AES
655 public CTR() { method in class:OpenSSLCipher.EVP_CIPHER.AES.CTR
656 super(Mode.CTR, Padding.NOPADDING);
695 case CTR:
/external/lzma/Asm/x86/
H A DAesOpt.asm168 ; ---------- AES-CTR ----------
/external/libunwind/src/ptrace/
H A D_UPT_reg_offset.c385 [UNW_PPC##b##_CTR] = UNW_PPC_PT(CTR), \
/external/libunwind_llvm/src/
H A DUnwindRegistersSave.S140 ; save CTR register
/external/valgrind/memcheck/
H A Dmc_machine.c180 if (o == GOF(CTR) && sz == 8) return o;
379 if (o == GOF(CTR) && sz == 4) return o;
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1240 RegNo = isPPC64()? PPC::CTR8 : PPC::CTR;
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...

Completed in 1035 milliseconds