Searched defs:FreeCall (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 581 Instruction *FreeCall = createFree(Source, None, nullptr, InsertAtEnd); in CreateFree() local 588 Instruction *FreeCall = createFree(Source, Bundles, nullptr, InsertAtEnd); in CreateFree() local
|
/external/llvm/lib/IR/ |
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
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 504 Instruction* FreeCall = createFree(Source, NULL, InsertAtEnd); in CreateFree() local
|