Home
last modified time | relevance | path

Searched defs:je (Results 1 – 25 of 52) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp195 for (unsigned j = 0, je = vRaAllowed->size(); j != je; ++j) { in addIntraChainConstraint() local
220 for (unsigned j = 0, je = vRaAllowed->size(); j != je; ++j) { in addIntraChainConstraint() local
231 for (unsigned j = 0, je = vRaAllowed->size(); j != je; ++j) { in addIntraChainConstraint() local
297 for (unsigned j = 0, je = vRrAllowed->size(); j != je; ++j) { in addInterChainConstraint() local
308 for (unsigned j = 0, je = vRrAllowed->size(); j != je; ++j) { in addInterChainConstraint() local
/external/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp195 for (unsigned j = 0, je = vRaAllowed->size(); j != je; ++j) { in addIntraChainConstraint() local
220 for (unsigned j = 0, je = vRaAllowed->size(); j != je; ++j) { in addIntraChainConstraint() local
231 for (unsigned j = 0, je = vRaAllowed->size(); j != je; ++j) { in addIntraChainConstraint() local
297 for (unsigned j = 0, je = vRrAllowed->size(); j != je; ++j) { in addInterChainConstraint() local
308 for (unsigned j = 0, je = vRrAllowed->size(); j != je; ++j) { in addInterChainConstraint() local
/external/cldr/tools/java/org/unicode/cldr/tool/
DMain.java77 java.util.jar.JarEntry je; in listClasses() local
175 java.util.jar.JarEntry je = null; in getJarInputStream() local
/external/turbine/javatests/com/google/turbine/zip/
DZipTest.java92 JarEntry je = new JarEntry(name); in createEntry() local
113 JarEntry je = entries.nextElement(); in expected() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp48 for (unsigned j = 0, je = CurGroup.size(); j != je; ++j) in isLoadAfterStore() local
74 for (unsigned j = 0, je = CurGroup.size(); j != je; ++j) in isBCTRAfterSet() local
DPPCLoopPreIncPrep.cpp364 for (int j = 0, je = Buckets[i].Elements.size(); j != je; ++j) { in runOnLoop() local
DPPCCTRLoops.cpp253 for (unsigned j = 0, je = C.Codes.size(); j < je; ++j) in asmClobbersCTR() local
/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp48 for (unsigned j = 0, je = CurGroup.size(); j != je; ++j) in isLoadAfterStore() local
74 for (unsigned j = 0, je = CurGroup.size(); j != je; ++j) in isBCTRAfterSet() local
DPPCLoopPreIncPrep.cpp274 for (int j = 0, je = Buckets[i].Elements.size(); j != je; ++j) { in runOnLoop() local
DPPCCTRLoops.cpp232 for (unsigned j = 0, je = C.Codes.size(); j < je; ++j) in mightUseCTR() local
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
Dunique_copy.pass.cpp76 int je[se] = {-1}; in test() local
Dunique_copy_pred.pass.cpp96 int je[se] = {-1}; in test() local
/external/turbine/javatests/com/google/turbine/deps/
DAbstractTransitiveTest.java83 JarEntry je = entries.nextElement(); in readJar() local
/external/turbine/javatests/com/google/turbine/main/
DMainTest.java126 JarEntry je = entries.nextElement(); in readJar() local
/external/turbine/java/com/google/turbine/main/
DMain.java221 JarEntry je = new JarEntry(name); in addEntry() local
/external/swiftshader/third_party/LLVM/utils/TableGen/
DIntrinsicEmitter.cpp350 for (unsigned j = 0, je = RetTys.size(); j != je; ++j) { in EmitVerifier() local
378 for (unsigned j = 0, je = ParamTys.size(); j != je; ++j) { in EmitVerifier() local
DCodeGenRegisters.cpp127 for (unsigned j = 0, je = Orphans.size(); j != je; ++j) in getSubRegs() local
370 for (unsigned j = 0, je = Super.Orders[i].size(); j != je; ++j) in inheritProperties() local
535 for (unsigned j = 0, je = TupRegs->size(); j != je; ++j) in CodeGenRegBank() local
DRegisterInfoEmitter.cpp290 for (unsigned j = 0, je = SR.size(); j != je; ++j) in runMCDesc() local
305 for (unsigned j = 0, je = SR.size(); j != je; ++j) in runMCDesc() local
/external/llvm/lib/Target/AMDGPU/
DR600OptimizeVectorRegisters.cpp172 for (unsigned j = 0, je = RemapChan.size(); j < je; j++) { in getReassignedChan() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600OptimizeVectorRegisters.cpp196 for (unsigned j = 0, je = RemapChan.size(); j < je; j++) { in getReassignedChan() local
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp95 for (unsigned j = 0, je = VT.getVectorNumElements(); j != je; ++j) { in ComputePTXValueVTs() local
1119 for (unsigned j = 0, je = vtparts.size(); j != je; ++j) { in LowerCall() local
1348 for (unsigned j = 0, je = vtparts.size(); j != je; ++j) { in LowerCall() local
2509 for (unsigned j = 0, je = numElems; j != je; ++j) { in LowerReturn() local
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp648 for (unsigned j = i - 1, je = Record.size(); j != je; ++j) { in ParseBlock() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveInterval.cpp90 const_iterator je = other.end(); in overlapsFrom() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp701 for (unsigned j = i - 1, je = Record.size(); j != je; ++j) { in ParseBlock() local
/external/swiftshader/third_party/LLVM/lib/MC/
DWinCOFFObjectWriter.cpp841 MCAssembler::const_iterator j, je; in WriteObject() local

123