Home
last modified time | relevance | path

Searched refs:getInstruction (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/
DRSX86CallConvPass.cpp147 llvm::CallInst *CI = llvm::cast<llvm::CallInst>(CS.getInstruction()); in ReplaceCallInsn()
/frameworks/rs/rsov/compiler/spirit/
Dmodule.h293 EntryPointInst *getInstruction() const { return mEntryPointInst; } in getInstruction() function
516 FunctionInst *getInstruction() const { return mFunc.get(); } in getInstruction() function
Dmodule.cpp131 mEntryPointInsts.push_back(entry->getInstruction()); in DeserializeInternal()
393 if (fdef->getInstruction() == inst) { in getFunctionDefinitionFromInstruction()
445 : Entity(builder), mFunction(func->getInstruction()), in EntryPointDefinition()
/frameworks/rs/rsov/compiler/
DWrapper.cpp201 b.MakeFunctionCall(resultType, kernel->getInstruction(), inputs); in AddWrapper()