Home
last modified time | relevance | path

Searched defs:FreeCall (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/executorch/exir/
H A Dschema.py195 class FreeCall: class
/aosp_15_r20/external/llvm/lib/IR/
H A DInstructions.cpp619 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 DInstructions.cpp700 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 DInstructions.cpp948 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 DOpenMPOpt.cpp3257 auto &FreeCall = OMPInfoCache.RFIs[OMPRTL___kmpc_free_shared]; in manifest() local