Searched refs:Callee (Results 1 – 6 of 6) sorted by relevance
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 2996 Value *Callee; in ParseFunctionBody() local 2997 if (getValueTypePair(Record, OpNum, NextValueNo, Callee)) in ParseFunctionBody() 3000 PointerType *CalleeTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody() 3029 I = InvokeInst::Create(Callee, NormalBB, UnwindBB, Ops); in ParseFunctionBody() 3177 Value *Callee; in ParseFunctionBody() local 3178 if (getValueTypePair(Record, OpNum, NextValueNo, Callee)) in ParseFunctionBody() 3181 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody() 3211 I = CallInst::Create(Callee, Args); in ParseFunctionBody()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 3244 Value *Callee; in ParseFunctionBody() local 3245 if (getValueTypePair(Record, OpNum, NextValueNo, Callee)) in ParseFunctionBody() 3248 PointerType *CalleeTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody() 3277 I = InvokeInst::Create(Callee, NormalBB, UnwindBB, Ops); in ParseFunctionBody() 3517 Value *Callee; in ParseFunctionBody() local 3518 if (getValueTypePair(Record, OpNum, NextValueNo, Callee)) in ParseFunctionBody() 3521 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody() 3551 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 | 1228 const Value *Callee(II->getCalledValue()); in WriteInstruction() local 1229 PointerType *PTy = cast<PointerType>(Callee->getType()); in WriteInstruction() 1237 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 | 1437 const clang::Expr* Callee = CE->getCallee(); in VisitCallExpr() local 1438 const clang::Type* CalleeType = Callee->getType().getTypePtr(); in VisitCallExpr()
|