Searched defs:FreeCall (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/executorch/exir/ |
H A D | schema.py | 195 class FreeCall: class
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Instructions.cpp | 619 Instruction *FreeCall = createFree(Source, None, nullptr, InsertAtEnd); in CreateFree() local 626 Instruction *FreeCall = createFree(Source, Bundles, nullptr, InsertAtEnd); in CreateFree() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Instructions.cpp | 700 Instruction *FreeCall = createFree(Source, None, nullptr, InsertAtEnd); in CreateFree() local 707 Instruction *FreeCall = createFree(Source, Bundles, nullptr, InsertAtEnd); in CreateFree() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Instructions.cpp | 948 Instruction *FreeCall = in CreateFree() local 956 Instruction *FreeCall = createFree(Source, Bundles, nullptr, InsertAtEnd); in CreateFree() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 3257 auto &FreeCall = OMPInfoCache.RFIs[OMPRTL___kmpc_free_shared]; in manifest() local
|