Home
last modified time | relevance | path

Searched refs:Callee (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2996 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/
DBitcodeReader.cpp3244 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/
DBitcodeWriter.cpp1198 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/
DBitcodeWriter.cpp1228 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/
DBitcodeWriter.cpp1196 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/
Dslang_rs_object_ref_count.cpp1437 const clang::Expr* Callee = CE->getCallee(); in VisitCallExpr() local
1438 const clang::Type* CalleeType = Callee->getType().getTypePtr(); in VisitCallExpr()