Home
last modified time | relevance | path

Searched defs:J (Results 1 – 25 of 1145) sorted by relevance

12345678910>>...46

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindings.cpp30 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcGetErrorMsg() local
36 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcGetMangledSymbol() local
47 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcCreateLazyCompileCallback() local
58 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcCreateIndirectStub() local
65 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcSetIndirectStubPointer() local
74 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcAddEagerlyCompiledIR() local
89 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcAddLazilyCompiledIR() local
104 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcAddObjectFile() local
116 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcRemoveModule() local
123 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcGetSymbolAddress() local
[all …]
/aosp_15_r20/external/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindings.cpp31 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcGetErrorMsg() local
37 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcGetMangledSymbol() local
49 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcCreateLazyCompileCallback() local
56 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcCreateIndirectStub() local
63 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcSetIndirectStubPointer() local
71 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcAddEagerlyCompiledIR() local
80 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcAddLazilyCompiledIR() local
86 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcRemoveModule() local
92 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcGetSymbolAddress() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/test/
Dunique_ptr_test_utils_beg.hpp196 struct J struct
201 J() {} in J() argument
202 explicit J(element_type*a) : a_(a) {} in J() function
205 element_type* get() const {return a_.get();} in get()
206 D& get_deleter() {return a_.get_deleter();} in get_deleter()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp200 for (size_t J = 0; J != Pairs[I].Names.Length; ++J) { in toSymbolDependenceMap() local
972 auto J = unwrap(Builder)->create(); in LLVMOrcCreateLLJIT() local
984 LLVMErrorRef LLVMOrcDisposeLLJIT(LLVMOrcLLJITRef J) { in LLVMOrcDisposeLLJIT()
989 LLVMOrcExecutionSessionRef LLVMOrcLLJITGetExecutionSession(LLVMOrcLLJITRef J) { in LLVMOrcLLJITGetExecutionSession()
993 LLVMOrcJITDylibRef LLVMOrcLLJITGetMainJITDylib(LLVMOrcLLJITRef J) { in LLVMOrcLLJITGetMainJITDylib()
997 const char *LLVMOrcLLJITGetTripleString(LLVMOrcLLJITRef J) { in LLVMOrcLLJITGetTripleString()
1001 char LLVMOrcLLJITGetGlobalPrefix(LLVMOrcLLJITRef J) { in LLVMOrcLLJITGetGlobalPrefix()
1006 LLVMOrcLLJITMangleAndIntern(LLVMOrcLLJITRef J, const char *UnmangledName) { in LLVMOrcLLJITMangleAndIntern()
1011 LLVMErrorRef LLVMOrcLLJITAddObjectFile(LLVMOrcLLJITRef J, LLVMOrcJITDylibRef JD, in LLVMOrcLLJITAddObjectFile()
1017 LLVMErrorRef LLVMOrcLLJITAddObjectFileWithRT(LLVMOrcLLJITRef J, in LLVMOrcLLJITAddObjectFileWithRT()
[all …]
H A DLLJIT.cpp88 ORCPlatformSupport(orc::LLJIT &J) : J(J) {} in ORCPlatformSupport()
129 orc::LLJIT &J; member in __anonaa8ea7fb0111::ORCPlatformSupport
179 GenericLLVMIRPlatformSupport(LLJIT &J) in GenericLLVMIRPlatformSupport()
535 LLJIT &J; member in __anonaa8ea7fb0111::GenericLLVMIRPlatformSupport
653 LLJIT &J, IRTransformLayer::TransformFunction T) { in setInitTransform()
937 Error setUpOrcPlatform(LLJIT& J) { in setUpOrcPlatform()
944 void setUpGenericLLVMIRPlatform(LLJIT &J) { in setUpGenericLLVMIRPlatform()
950 Error setUpInactivePlatform(LLJIT &J) { in setUpInactivePlatform()
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp753 for (std::vector<Value *>::iterator J = I->second.begin(), in vectorizePairs() local
776 for (std::vector<ValuePair>::iterator J = I->second.begin(), in vectorizePairs() local
812 for (DenseMap<Value *, Value *>::iterator J = ChosenPairs.begin(); in vectorizePairs() local
829 for (std::vector<ValuePair>::iterator J = I->second.begin(), in vectorizePairs() local
963 bool BBVectorize::areInstsCompatible(Instruction *I, Instruction *J, in areInstsCompatible()
1211 Instruction *J, bool UpdateUsers, in trackUsesOfI()
1278 BasicBlock::iterator J = std::next(I); in getCandidatePairs() local
1407 for (Value::user_iterator J = P.first->user_begin(); J != E; ++J) { in computePairsConnectedTo() local
1434 for (Value::user_iterator J = P.second->user_begin(); J != E; ++J) { in computePairsConnectedTo() local
1509 for (BasicBlock::iterator J = std::next(I); J != E; ++J) { in buildDepMap() local
[all …]
/aosp_15_r20/external/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp59 for (const auto &J : Sample.getCallTargets()) in write() local
100 for (const auto &J : Sample.getCallTargets()) in addNames() local
105 for (const auto &J : S.getCallsiteSamples()) { in addNames() local
172 for (const auto &J : Sample.getCallTargets()) { in writeBody() local
183 for (const auto &J : S.getCallsiteSamples()) { in writeBody() local
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_ir_verifier.cpp66 VarPtr J = alloc<Var>("j", kFloat); in TEST() local
76 VarPtr J = alloc<Var>("j", kLong); in TEST() local
105 VarPtr J = alloc<Var>("j", kLong); in TEST() local
129 VarPtr J = alloc<Var>("j", kInt); in TEST() local
157 VarPtr J = alloc<Var>("j", kLong); in TEST() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp210 for (const auto &J : FunctionProfile.getCallsiteSamples()) in writeFuncMetadata() local
213 for (const auto &J : FunctionProfile.getCallsiteSamples()) { in writeFuncMetadata() local
493 for (const auto &J : Sample.getSortedCallTargets()) in writeSample() local
556 for (const auto &J : Sample.getCallTargets()) in addNames() local
561 for (const auto &J : S.getCallsiteSamples()) in addNames() local
791 for (const auto &J : Sample.getSortedCallTargets()) { in writeBody() local
802 for (const auto &J : S.getCallsiteSamples()) in writeBody() local
805 for (const auto &J : S.getCallsiteSamples()) in writeBody() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/
Dbinders.hpp1121 bind(RT(*fptr)(A, B, C, D, E, F, G, H, I, J)) in bind() argument
1174 bind(RT(*fptr)(A, B, C, D, E, F, G, H, I, J, K)) in bind() argument
1227 bind(RT(*fptr)(A, B, C, D, E, F, G, H, I, J, K, L)) in bind() argument
1276 bind(RT(*fptr)(A, B, C, D, E, F, G, H, I, J, K, L, M)) in bind() argument
1324 bind(RT(*fptr)(A, B, C, D, E, F, G, H, I, J, K, L, M, N)) in bind() argument
1372 bind(RT(*fptr)(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O)) in bind() argument
2184 bind(RT(ClassT::*fptr)(A, B, C, D, E, F, G, H, I, J)) in bind() argument
2256 bind(RT(ClassT::*fptr)(A, B, C, D, E, F, G, H, I, J, K)) in bind() argument
2269 bind(RT(ClassT::*fptr)(A, B, C, D, E, F, G, H, I, J, K) const) in bind() argument
2324 bind(RT(ClassT::*fptr)(A, B, C, D, E, F, G, H, I, J, K, L)) in bind() argument
[all …]
/aosp_15_r20/external/clang/test/Layout/
H A Dms-x86-vfvb-alignment.cpp285 struct J : B0, B3, virtual B1 { int a; int a1; J() : a(0xf0000012), a1(0xf0000012) {} }; in J() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp250 for (const auto &J : Sample.getSortedCallTargets()) in writeSample() local
291 for (const auto &J : Sample.getCallTargets()) in addNames() local
296 for (const auto &J : S.getCallsiteSamples()) in addNames() local
513 for (const auto &J : Sample.getSortedCallTargets()) { in writeBody() local
524 for (const auto &J : S.getCallsiteSamples()) in writeBody() local
527 for (const auto &J : S.getCallsiteSamples()) in writeBody() local
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-vtables-return-thunks.cpp17 struct J : I { virtual D *foo(); J(); }; struct
20 J::J() {} in J() function in test1::J
83 struct J : I { virtual D *foo(); J(); }; struct
86 J::J() {} in J() function in test2::J
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1048 const MachineInstr *J) { in hasDeadDependence()
1075 const MachineInstr *J) { in hasControlDependence()
1111 const MachineInstr *J) { in hasV4SpecificDependence()
1137 MachineInstr *J = SUJ->getInstr(); in isLegalToPacketizeTogether() local
1449 MachineInstr *J = SUJ->getInstr(); in isLegalToPruneDependencies() local
1589 for (auto J : OldPacketMIs) { in producesStall() local
1601 for (auto J : CurrentPacketMIs) in producesStall() local
1607 for (auto J : OldPacketMIs) { in producesStall() local
/aosp_15_r20/external/libvpx/vpx_dsp/
H A Dintrapred.c254 const int J = left[1]; in vpx_he_predictor_4x4_c() local
268 const int J = above[1]; in vpx_ve_predictor_4x4_c() local
286 const int J = left[1]; in vpx_d207_predictor_4x4_c() local
391 const int J = left[1]; in vpx_d117_predictor_4x4_c() local
414 const int J = left[1]; in vpx_d135_predictor_4x4_c() local
435 const int J = left[1]; in vpx_d153_predictor_4x4_c() local
718 const int J = left[1]; in vpx_highbd_d207_predictor_4x4_c() local
783 const int J = left[1]; in vpx_highbd_d117_predictor_4x4_c() local
808 const int J = left[1]; in vpx_highbd_d135_predictor_4x4_c() local
830 const int J = left[1]; in vpx_highbd_d153_predictor_4x4_c() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/
DJ.hpp25 class J : public A class
40 J(J *_j) : j(_j) {} in J() function in J
41 J() : j(NULL){} in J() function in J
Dtest_cyclic_ptrs.cpp33 class J : public A class
45 J(J *_j) : j(_j) {} in J() function in J
46 J() : j(NULL){} in J() function in J
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dinherit.cpp34 struct J { char c; int i[]; }; argument
H A Dcdtor-fn-try-block.cpp47 static int J; member
59 int E::J; member in E
89 int J; member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/doc/js/
Djquery-1.3.2.min.js12 …)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H)…
19 …text;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af… argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1194 const MachineInstr &J) { in hasDeadDependence()
1221 const MachineInstr &J) { in hasControlDependence()
1257 const MachineInstr &J) { in hasRegMaskDependence()
1287 const MachineInstr &J) { in hasDualStoreDependence()
1314 MachineInstr &J = *SUJ->getInstr(); in isLegalToPacketizeTogether() local
1625 MachineInstr &J = *SUJ->getInstr(); in isLegalToPruneDependencies() local
1859 for (auto J : CurrentPacketMIs) { in producesStall() local
1870 for (auto J : OldPacketMIs) { in producesStall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1207 const MachineInstr &J) { in hasDeadDependence()
1234 const MachineInstr &J) { in hasControlDependence()
1270 const MachineInstr &J) { in hasRegMaskDependence()
1300 const MachineInstr &J) { in hasDualStoreDependence()
1327 MachineInstr &J = *SUJ->getInstr(); in isLegalToPacketizeTogether() local
1645 MachineInstr &J = *SUJ->getInstr(); in isLegalToPruneDependencies() local
1918 for (auto *J : CurrentPacketMIs) { in calcStall() local
1929 for (auto *J : OldPacketMIs) { in calcStall() local
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/
Dmerge_join.rs38 j: J, in merge()
62 pub fn merge_by_new<I, J, F>(a: I, b: J, cmp: F) -> MergeBy<I::IntoIter, J::IntoIter, F> in merge_by_new() argument
77 pub fn merge_join_by<I, J, F, T>( in merge_join_by() argument
79 right: J, in merge_join_by()
/aosp_15_r20/external/clang/test/CXX/temp/temp.res/temp.local/
H A Dp6.cpp35 struct J { struct
36 enum T { e }; // expected-error {{declaration of 'T' shadows template parameter}}
95 struct J { struct
96 enum T { e }; // expected-error {{declaration of 'T' shadows template parameter}}
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp109 for (const auto &J : I.second) { in countUsedRecords() local
128 for (const auto &J : I.second) { in countBodyRecords() local
149 for (const auto &J : I.second) { in countBodySamples() local

12345678910>>...46