/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64PBQPRegAlloc.cpp | 194 for (unsigned j = 0, je = vRaAllowed->size(); j != je; ++j) { addIntraChainConstraint() local 219 for (unsigned j = 0, je = vRaAllowed->size(); j != je; ++j) { addIntraChainConstraint() local 230 for (unsigned j = 0, je = vRaAllowed->size(); j != je; ++j) { addIntraChainConstraint() local 296 for (unsigned j = 0, je = vRrAllowed->size(); j != je; ++j) { addInterChainConstraint() local 307 for (unsigned j = 0, je = vRrAllowed->size(); j != je; ++j) { addInterChainConstraint() local [all...] |
/llvm-project/clang/test/Misc/ |
H A D | cc1as-relax-all.s | 11 je foo label
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCHazardRecognizers.cpp | 46 for (unsigned j = 0, je = CurGroup.size(); j != je; ++j) in isLoadAfterStore() local 72 for (unsigned j = 0, je = CurGroup.size(); j != je; ++j) in isBCTRAfterSet() local
|
H A D | PPCLoopInstrFormPrep.cpp | 911 for (unsigned j = 0, je = BucketChain.Elements.size(); j != je; ++j) { prepareBaseForDispFormChain() local 987 for (int j = 0, je = BucketChain.Elements.size(); j != je; ++j) { prepareBaseForUpdateFormChain() local
|
/llvm-project/llvm/test/tools/llvm-ml/ |
H A D | indirect_branch.asm | 190 je t15 label 195 je [t16]; label
|
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/ |
H A D | unique_copy_pred.pass.cpp | 95 int je[se] = {-1}; in test() local
|
H A D | unique_copy.pass.cpp | 87 int je[se] = {-1}; in test() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | constant-expression-cxx2b.cpp | 72 constexpr int je = j_evaluated(1); // expected-error {{constexpr variable 'je' must be initialized by a constant expression}} \ variable
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 952 for (unsigned j = i - 1, je = Record.size(); j != je; ++j) { parseBlock() local
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 394 for (unsigned j = 0, je = elems; j != je; ++j) { printReturnValStr() local 1683 for (unsigned j = 0, je = elems; j != je; ++j) { emitFunctionParamList() local
|
H A D | NVPTXISelLowering.cpp | 1775 for (unsigned j = 0, je = VTs.size(); j != je; ++j) { LowerCall() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveInterval.cpp | 395 const_iterator je = other.end(); in overlapsFrom() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMConstantIslandPass.cpp | 509 for (unsigned j = 0, je = CPEntries[i].size(); j != je; ++j) { runOnMachineFunction() local
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenRegisters.cpp | 883 for (unsigned j = 0, je = Super.Orders[i].size(); j != je; ++j) inheritProperties() local
|
/llvm-project/llvm/test/MC/X86/ |
H A D | I86-32.s | 1065 je 64 label
|
H A D | I86-64.s | 1597 je 64 label
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 2149 for (unsigned j = 0, je = InitElts; j != je; ++j) VisitInitListExpr() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | APFloatTest.cpp | 2163 for (unsigned j = 0, je = GetZeroTest[i].bitPatternLength; j < je; ++j) { TEST() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 14270 int j = TargetLo ? 0 : 4, je = j + 4; lowerV16I8Shuffle() local [all...] |