Searched refs:FTy (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSX86CallConvPass.cpp110 llvm::FunctionType *FTy = OrigFn->getFunctionType(); local
111 std::vector<llvm::Type *> Params(FTy->param_begin(), FTy->param_end());
113 llvm::FunctionType *NewTy = llvm::FunctionType::get(FTy->getReturnType(),
115 FTy->isVarArg());
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2250 FunctionType *FTy =
2252 if (!FTy)
2255 Function *Func = Function::Create(FTy, GlobalValue::ExternalLinkage,
3001 FunctionType *FTy = !CalleeTy ? nullptr : local
3005 if (!FTy || !NormalBB || !UnwindBB ||
3006 Record.size() < OpNum+FTy->getNumParams())
3010 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i, ++OpNum) {
3011 Ops.push_back(getFnValueByID(Record[OpNum], FTy->getParamType(i)));
3016 if (!FTy->isVarArg()) {
3186 FunctionType *FTy local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2518 FunctionType *FTy =
2520 if (!FTy)
2523 Function *Func = Function::Create(FTy, GlobalValue::ExternalLinkage,
3250 FunctionType *FTy = !CalleeTy ? nullptr : local
3254 if (!FTy || !NormalBB || !UnwindBB ||
3255 Record.size() < OpNum+FTy->getNumParams())
3259 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i, ++OpNum) {
3260 Ops.push_back(getFnValueByID(Record[OpNum], FTy->getParamType(i)));
3265 if (!FTy->isVarArg()) {
3527 FunctionType *FTy local
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1199 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1209 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1213 if (FTy->isVarArg()) {
1214 for (unsigned i = FTy->getNumParams(), e = I.getNumOperands()-3;
1262 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1271 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1275 if (FTy->isVarArg()) {
1276 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands();
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1198 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1208 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1212 if (FTy->isVarArg()) {
1213 for (unsigned i = FTy->getNumParams(), e = I.getNumOperands()-3;
1324 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1333 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1337 if (FTy->isVarArg()) {
1338 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands();
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1239 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1249 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1253 if (FTy->isVarArg()) {
1254 for (unsigned i = FTy->getNumParams(), e = I.getNumOperands()-3;
1366 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1375 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1379 if (FTy->isVarArg()) {
1380 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands();

Completed in 193 milliseconds