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.cpp3008 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/
DBitcodeReader.cpp3256 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/
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_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/BitWriter_3_2/
DBitcodeWriter.cpp1229 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/
Dslang_rs_object_ref_count.cpp1550 const clang::Expr* Callee = CE->getCallee(); in VisitCallExpr() local
1551 const clang::Type* CalleeType = Callee->getType().getTypePtr(); in VisitCallExpr()