Searched refs:CI (Results 1 – 10 of 10) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_backend.cpp | 373 llvm::CallInst *CI = IB->CreateCall(F, Params); in dumpExportFunctionInfo() local 375 CI->setCallingConv(F->getCallingConv()); in dumpExportFunctionInfo() 380 IB->CreateRet(CI); in dumpExportFunctionInfo()
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriter.cpp | 1253 const CallInst &CI = cast<CallInst>(I); in WriteInstruction() local 1254 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); in WriteInstruction() 1259 Vals.push_back(VE.getAttributeID(CI.getAttributes())); in WriteInstruction() 1260 Vals.push_back((CI.getCallingConv() << 1) | unsigned(CI.isTailCall())); in WriteInstruction() 1261 PushValueAndType(CI.getCalledValue(), InstID, Vals, VE); // Callee in WriteInstruction() 1265 Vals.push_back(VE.getValueID(CI.getArgOperand(i))); // fixed param. in WriteInstruction() 1269 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands(); in WriteInstruction() 1271 PushValueAndType(CI.getArgOperand(i), InstID, Vals, VE); // varargs in WriteInstruction()
|
D | ValueEnumerator.cpp | 90 if (const CallInst *CI = dyn_cast<CallInst>(I)) in ValueEnumerator() local 91 EnumerateAttributes(CI->getAttributes()); in ValueEnumerator()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriter.cpp | 1270 const CallInst &CI = cast<CallInst>(I); in WriteInstruction() local 1271 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); in WriteInstruction() 1276 Vals.push_back(VE.getAttributeID(CI.getAttributes())); in WriteInstruction() 1277 Vals.push_back((CI.getCallingConv() << 1) | unsigned(CI.isTailCall())); in WriteInstruction() 1278 PushValueAndType(CI.getCalledValue(), InstID, Vals, VE); // Callee in WriteInstruction() 1282 Vals.push_back(VE.getValueID(CI.getArgOperand(i))); // fixed param. in WriteInstruction() 1286 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands(); in WriteInstruction() 1288 PushValueAndType(CI.getArgOperand(i), InstID, Vals, VE); // varargs in WriteInstruction()
|
D | ValueEnumerator.cpp | 90 if (const CallInst *CI = dyn_cast<CallInst>(I)) in ValueEnumerator() local 91 EnumerateAttributes(CI->getAttributes()); in ValueEnumerator()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 51 if (CallInst *CI = dyn_cast<CallInst>(I)) { in FindExnAndSelIntrinsics() local 52 switch (CI->getCalledFunction()->getIntrinsicID()) { in FindExnAndSelIntrinsics() 56 Exn = CI; in FindExnAndSelIntrinsics() 60 Sel = CI; in FindExnAndSelIntrinsics() 86 if (const ConstantInt *CI = dyn_cast<ConstantInt>(EHSel->getArgOperand(i))){ in TransferClausesToLandingPadInst() local 87 unsigned FilterLength = CI->getZExtValue(); in TransferClausesToLandingPadInst() 326 CallInst *CI = cast<CallInst>(Declare->use_back()); in CheckDebugInfoIntrinsics() local 327 CI->eraseFromParent(); in CheckDebugInfoIntrinsics() 3223 if (CallInst* CI = dyn_cast<CallInst>(*UI++)) in Materialize() local 3224 UpgradeIntrinsicCall(CI, I->second); in Materialize() [all …]
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriter.cpp | 1362 const CallInst &CI = cast<CallInst>(I); in WriteInstruction() local 1363 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); in WriteInstruction() 1368 Vals.push_back(VE.getAttributeID(CI.getAttributes())); in WriteInstruction() 1369 Vals.push_back((CI.getCallingConv() << 1) | unsigned(CI.isTailCall())); in WriteInstruction() 1370 PushValueAndType(CI.getCalledValue(), InstID, Vals, VE); // Callee in WriteInstruction() 1374 Vals.push_back(VE.getValueID(CI.getArgOperand(i))); // fixed param. in WriteInstruction() 1378 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands(); in WriteInstruction() 1380 PushValueAndType(CI.getArgOperand(i), InstID, Vals, VE); // varargs in WriteInstruction()
|
D | ValueEnumerator.cpp | 90 if (const CallInst *CI = dyn_cast<CallInst>(I)) in ValueEnumerator() local 91 EnumerateAttributes(CI->getAttributes()); in ValueEnumerator()
|
/frameworks/base/docs/html/tools/ |
D | index.jd | 27 …<li>Build support for complex projects, command-line support for CI through Ant. Includes ProGuard…
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 84 CallInst *CI = cast<CallInst>(Declare->use_back()); in CheckDebugInfoIntrinsics() local 85 CI->eraseFromParent(); in CheckDebugInfoIntrinsics() 2887 if (CallInst* CI = dyn_cast<CallInst>(*UI++)) in Materialize() local 2888 UpgradeIntrinsicCall(CI, I->second); in Materialize() 2936 if (CallInst* CI = dyn_cast<CallInst>(*UI++)) in MaterializeModule() local 2937 UpgradeIntrinsicCall(CI, I->second); in MaterializeModule()
|