Searched refs:Callee (Results 1 – 6 of 6) sorted by relevance
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 3008 Value *Callee; in ParseFunctionBody() local 3009 if (getValueTypePair(Record, OpNum, NextValueNo, Callee)) in ParseFunctionBody() 3012 PointerType *CalleeTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody() 3041 I = InvokeInst::Create(Callee, NormalBB, UnwindBB, Ops); in ParseFunctionBody() 3189 Value *Callee; in ParseFunctionBody() local 3190 if (getValueTypePair(Record, OpNum, NextValueNo, Callee)) in ParseFunctionBody() 3193 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody() 3223 I = CallInst::Create(Callee, Args); in ParseFunctionBody()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 3256 Value *Callee; in ParseFunctionBody() local 3257 if (getValueTypePair(Record, OpNum, NextValueNo, Callee)) in ParseFunctionBody() 3260 PointerType *CalleeTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody() 3289 I = InvokeInst::Create(Callee, NormalBB, UnwindBB, Ops); in ParseFunctionBody() 3534 Value *Callee; in ParseFunctionBody() local 3535 if (getValueTypePair(Record, OpNum, NextValueNo, Callee)) in ParseFunctionBody() 3538 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody() 3568 I = CallInst::Create(Callee, Args); in ParseFunctionBody()
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriter.cpp | 1198 const Value *Callee(II->getCalledValue()); in WriteInstruction() local 1199 PointerType *PTy = cast<PointerType>(Callee->getType()); in WriteInstruction() 1207 PushValueAndType(Callee, InstID, Vals, VE); in WriteInstruction()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriter.cpp | 1229 const Value *Callee(II->getCalledValue()); in WriteInstruction() local 1230 PointerType *PTy = cast<PointerType>(Callee->getType()); in WriteInstruction() 1238 PushValueAndType(Callee, InstID, Vals, VE); in WriteInstruction()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriter.cpp | 1196 const Value *Callee(II->getCalledValue()); in WriteInstruction() local 1197 PointerType *PTy = cast<PointerType>(Callee->getType()); in WriteInstruction() 1205 PushValueAndType(Callee, InstID, Vals, VE); in WriteInstruction()
|
/frameworks/compile/slang/ |
D | slang_rs_object_ref_count.cpp | 1550 const clang::Expr* Callee = CE->getCallee(); in VisitCallExpr() local 1551 const clang::Type* CalleeType = Callee->getType().getTypePtr(); in VisitCallExpr()
|