Searched defs:CI (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/libbcc/lib/
H A DRSX86CallConvPass.cpp147 llvm::CallInst *CI = llvm::cast<llvm::CallInst>(CS.getInstruction()); local
149 auto NewCI = llvm::CallInst::Create(NewFn, Args, "", CI);
157 if (CI->isTailCall())
160 if (!CI->getType()->isVoidTy())
161 CI->replaceAllUsesWith(NewCI);
163 CI->eraseFromParent();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCellIdentityLteTest.java30 private static final int CI = 268435456; field in class:CellIdentityLteTest
48 new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, MNC_STR,
51 assertEquals(CI, ci.getCi());
70 new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, mncWithThreeDigit,
84 new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, mncWithTwoDigit,
97 CI, PCI, TAC, EARFCN, BANDWIDTH, null, null, ALPHA_LONG, ALPHA_SHORT);
106 CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, null, ALPHA_LONG, ALPHA_SHORT);
115 CI, PCI, TAC, EARFCN, BANDWIDTH, null, MNC_STR, ALPHA_LONG, ALPHA_SHORT);
124 CI, PCI, TAC, EARFCN, BANDWIDTH, "", "", ALPHA_LONG, ALPHA_SHORT);
136 new CellIdentityLte(MCC, MNC, CI, PC
[all...]
H A DCellIdentityTdscdmaTest.java30 private static final int CI = 268435456; field in class:CellIdentityTdscdmaTest
H A DCellIdentityTest.java29 private static final int CI = 268435456; field in class:CellIdentityTest
58 CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT);
60 CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT);
64 ciA = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, null, null, ALPHA_LONG,
66 ciB = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, null, null, ALPHA_LONG,
71 ciA = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, null, ALPHA_LONG,
73 ciB = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, null, null, ALPHA_LONG,
81 CellIdentity ci = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, MNC_STR,
H A DRILTest.java174 private static final int CI = 268435456; field in class:RILTest
1074 lte.cellIdentityLte.ci = CI;
1104 CellIdentityLte cil = new CellIdentityLte(CI, PCI, TAC, EARFCN, Integer.MAX_VALUE, MCC_STR,
1248 CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT);
1268 CellIdentityLte cil = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, MNC_STR,
1292 CI, PCI, TAC, EARFCN, BANDWIDTH, null, null, ALPHA_LONG, ALPHA_SHORT);
1496 lte.cellIdentityLte.base.ci = CI;
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1261 const CallInst &CI = cast<CallInst>(I); local
1262 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType());
1267 Vals.push_back(VE.getAttributeID(CI.getAttributes()));
1268 Vals.push_back((CI.getCallingConv() << 1) | unsigned(CI.isTailCall()));
1269 PushValueAndType(CI.getCalledValue(), InstID, Vals, VE); // Callee
1273 Vals.push_back(VE.getValueID(CI.getArgOperand(i))); // fixed param.
1277 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands();
1279 PushValueAndType(CI.getArgOperand(i), InstID, Vals, VE); // varargs
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1323 const CallInst &CI = cast<CallInst>(I); local
1324 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType());
1329 Vals.push_back(VE.getAttributeID(CI.getAttributes()));
1330 Vals.push_back((CI.getCallingConv() << 1) | unsigned(CI.isTailCall()));
1331 PushValueAndType(CI.getCalledValue(), InstID, Vals, VE); // Callee
1335 Vals.push_back(VE.getValueID(CI.getArgOperand(i))); // fixed param.
1339 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands();
1341 PushValueAndType(CI.getArgOperand(i), InstID, Vals, VE); // varargs
/frameworks/compile/slang/
H A Dslang_backend.cpp1026 llvm::CallInst *CI = IB->CreateCall(F, Params); local
1028 CI->setCallingConv(F->getCallingConv());
1033 IB->CreateRet(CI);
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp79 CallInst *CI = cast<CallInst>(*Declare->use_begin()); local
80 CI->eraseFromParent();
3344 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
3345 UpgradeIntrinsicCall(CI, I->second);
3396 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
3397 UpgradeIntrinsicCall(CI, I->second);
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1357 const CallInst &CI = cast<CallInst>(I); local
1358 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType());
1363 Vals.push_back(VE.getAttributeID(CI.getAttributes()));
1364 Vals.push_back((CI.getCallingConv() << 1) | unsigned(CI.isTailCall()));
1365 PushValueAndType(CI.getCalledValue(), InstID, Vals, VE); // Callee
1369 Vals.push_back(VE.getValueID(CI.getArgOperand(i))); // fixed param.
1373 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands();
1375 PushValueAndType(CI.getArgOperand(i), InstID, Vals, VE); // varargs
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp56 if (CallInst *CI = dyn_cast<CallInst>(I)) {
57 switch (CI->getCalledFunction()->getIntrinsicID()) {
61 Exn = CI;
65 Sel = CI;
91 if (const ConstantInt *CI = dyn_cast<ConstantInt>(EHSel->getArgOperand(i))){
92 unsigned FilterLength = CI->getZExtValue();
320 CallInst *CI = cast<CallInst>(*Declare->use_begin()); local
321 CI->eraseFromParent();
3683 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
3684 UpgradeIntrinsicCall(CI,
[all...]

Completed in 192 milliseconds