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

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

Completed in 12 milliseconds