Searched refs:II (Results 1 - 25 of 341) sorted by last modified time

1234567891011>>

/external/ppp/pppd/
H A Dmd5.c73 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */
90 #define II(a, b, c, d, x, s, ac) \ macro
280 II ( a, b, c, d, in[ 0], S41, UL(4096336452)); /* 49 */
281 II ( d, a, b, c, in[ 7], S42, UL(1126891415)); /* 50 */
282 II ( c, d, a, b, in[14], S43, UL(2878612391)); /* 51 */
283 II ( b, c, d, a, in[ 5], S44, UL(4237533241)); /* 52 */
284 II ( a, b, c, d, in[12], S41, UL(1700485571)); /* 53 */
285 II ( d, a, b, c, in[ 3], S42, UL(2399980690)); /* 54 */
286 II ( c, d, a, b, in[10], S43, UL(4293915773)); /* 55 */
287 II (
[all...]
/external/proguard/examples/dictionaries/
H A Dshakespeare.txt17 --From Hamlet (II, ii, 206)
23 --From Romeo and Juliet (II, ii, 1-2)
/external/opencv/cv/src/
H A Dcvoptflowhs.cpp120 icvDerProductEx *II; local
179 II = (icvDerProductEx *) cvAlloc( BufferSize * sizeof( icvDerProductEx ));
180 if( (II == NULL) )
199 if( II )
200 cvFree( &II );
260 II[address].xx = GradX * GradX;
261 II[address].xy = GradX * GradY;
262 II[address].yy = GradY * GradY;
263 II[address].xt = GradX * GradT;
264 II[addres
[all...]
H A Dcvoptflowlk.cpp126 icvDerProduct *II; local
215 II = (icvDerProduct *) cvAlloc( BufferSize * sizeof( icvDerProduct ));
219 if( (II == NULL) || (WII == NULL) )
232 if( II )
233 cvFree( &II );
316 II[address].xx = GradX * GradX;
317 II[address].xy = GradX * GradY;
318 II[address].yy = GradY * GradY;
319 II[address].xt = GradX * GradT;
320 II[addres
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600InstrInfo.cpp147 const InstrItineraryData *II = TM->getInstrItineraryData(); local
148 return TM->getSubtarget<AMDGPUSubtarget>().createDFAPacketizer(II);
/external/llvm/unittests/IR/
H A DPassManagerTest.cpp39 for (BasicBlock::iterator II = BBI->begin(), IE = BBI->end(); II != IE;
40 ++II)
/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp226 std::insert_iterator<RegisterSet> II(Tmp, Tmp.begin());
229 II, LessRecordByID());
653 void buildInstructionOperandReference(MatchableInfo *II, StringRef OpName,
655 void buildAliasOperandReference(MatchableInfo *II, StringRef OpName,
1124 std::insert_iterator<RegisterSet> II(ContainingSet,
1126 std::set_intersection(Tmp.begin(), Tmp.end(), it->begin(), it->end(), II,
1294 MatchableInfo &II = **it; local
1299 for (unsigned i = 0, e = II.AsmOperands.size(); i != e; ++i) {
1300 MatchableInfo::AsmOperand &Op = II.AsmOperands[i];
1312 OperandMatchInfo.push_back(OperandMatchEntry::create(&II, C
1416 MatchableInfo *II = *it; local
1502 buildInstructionOperandReference(MatchableInfo *II, StringRef OperandName, unsigned AsmOpIdx) argument
1564 buildAliasOperandReference(MatchableInfo *II, StringRef OperandName, MatchableInfo::AsmOperand &Op) argument
[all...]
H A DAsmWriterEmitter.cpp956 II = IAPs.begin(), IE = IAPs.end(); II != IE; ++II) {
957 IAPrinter *LHS = *II;
976 II = UniqueIAPs.begin(), IE = UniqueIAPs.end(); II != IE; ++II) {
977 IAPrinter *IAP = *II;
H A DCodeGenDAGPatterns.cpp1552 if (IntInit *II = dyn_cast<IntInit>(getLeafValue())) {
1571 int64_t SignBitAndAbove = II->getValue() >> (Size - 1);
1575 TP.error("Integer value '" + itostr(II->getValue()) +
1931 if (IntInit *II = dyn_cast<IntInit>(TheInit)) {
1934 return new TreePatternNode(II, 1);
1939 Init *II = BI->convertInitializerTo(IntRecTy::get()); local
1940 if (!II || !isa<IntInit>(II))
1942 return ParseTreePattern(II, OpName);
2975 for (std::map<Record*, DAGInstruction, LessRecordByID>::iterator II
[all...]
H A DCodeGenInstruction.cpp512 if (IntInit *II = dyn_cast<IntInit>(Arg)) {
519 ResOp = ResultOperand(II->getValue());
H A DCodeGenMapTable.cpp532 II = ColFieldValueMap.begin(), IE = ColFieldValueMap.end();
533 II != IE; II++) {
534 std::vector<Init*> FieldValues = (*II).second;
547 OS << "enum " << (*II).first << " {\n";
549 OS << "\t" << (*II).first << "_" << FieldValues[i]->getAsUnquotedString();
H A DCodeGenSchedule.cpp249 for (RecIter II = ItinRWDefs.begin(), IE = ItinRWDefs.end(); II != IE; ++II) {
251 RecVec RWDefs = (*II)->getValueAsListOfDefs("OperandReadWrites");
752 II = InstDefs.begin(), IE = InstDefs.end(); II != IE; ++II) {
753 unsigned OldSCIdx = InstrClassMap[*II];
759 (*II)->getName() + " also matches " +
766 InstrClassMap[*II]
[all...]
H A DDAGISelEmitter.cpp49 CodeGenInstruction &II = CGP.getTargetInfo().getInstruction(Op); local
50 if (II.usesCustomInserter)
H A DDAGISelMatcherGen.cpp212 if (IntInit *II = dyn_cast<IntInit>(N->getLeafValue())) {
221 return AddMatcher(new CheckIntegerMatcher(II->getValue()));
326 if (IntInit *II = dyn_cast<IntInit>(N->getChild(1)->getLeafValue())) {
327 if (!isPowerOf2_32(II->getValue())) { // Don't bother with single bits.
336 AddMatcher(new CheckAndImmMatcher(II->getValue()));
338 AddMatcher(new CheckOrImmMatcher(II->getValue()));
615 if (IntInit *II = dyn_cast<IntInit>(N->getLeafValue())) {
616 AddMatcher(new EmitIntegerMatcher(II->getValue(), N->getType(0)));
689 CodeGenInstruction &II = CGT.getInstruction(Op); local
690 return II
718 CodeGenInstruction &II = CGT.getInstruction(Op); local
961 CodeGenInstruction &II = CGT.getInstruction(DstPat->getOperator()); local
[all...]
H A DDFAPacketizerEmitter.cpp283 II = SI->Transitions.begin(), IE = SI->Transitions.end();
284 II != IE; ++II) {
285 OS << "{" << II->first << ", "
286 << II->second->stateNum
H A DFastISelEmitter.cpp442 CodeGenInstruction &II = CGP.getTargetInfo().getInstruction(Op);
443 if (II.Operands.empty())
465 Record *Op0Rec = II.Operands[0].Rec;
H A DInstrInfoEmitter.cpp361 for (const CodeGenInstruction *II : Target.instructions()) {
362 Record *Inst = II->TheDef;
416 << "MCInstrInfo(MCInstrInfo *II) {\n";
417 OS << " II->InitMCInstrInfo(" << TargetName << "Insts, "
H A DPseudoLoweringEmitter.cpp104 } else if (IntInit *II = dyn_cast<IntInit>(Dag->getArg(i))) {
106 OperandMap[BaseIdx + i].Data.Imm = II->getValue();
H A DSubtargetEmitter.cpp905 for (RecIter II = ProcModel.ItinRWDefs.begin(),
906 IE = ProcModel.ItinRWDefs.end(); II != IE; ++II) {
907 RecVec Matched = (*II)->getValueAsListOfDefs("MatchedItinClasses");
910 SchedModels.findRWs((*II)->getValueAsListOfDefs("OperandReadWrites"),
1452 << "MCSubtargetInfo(MCSubtargetInfo *II, "
1454 OS << " II->InitMCSubtargetInfo(TT, CPU, FS, ";
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp363 for (MCTextAtom::const_iterator II = TA->begin(), IE = TA->end();
364 II != IE;
365 ++II) {
366 IP->printInst(&II->Inst, outs(), "");
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1494 InductionInfo II = Inductions[Phi]; local
1495 if (IK_PtrInduction == II.IK)
1497 else if (IK_ReversePtrInduction == II.IK)
1522 InductionInfo II = Inductions[Phi];
1523 if (IK_PtrInduction == II.IK)
1525 else if (IK_ReversePtrInduction == II.IK)
2263 LoopVectorizationLegality::InductionInfo II = I->second; local
2288 switch (II.IK) {
2304 TruncResumeVal->addIncoming(II.StartValue, LoopBypassBlocks[I]);
2307 BCTruncResumeVal->addIncoming(II
2961 LoopVectorizationLegality::InductionInfo II = local
[all...]
/external/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h264 void visitIntrinsicInst(IntrinsicInst &II) { argument
265 switch (II.getIntrinsicID()) {
267 return Base::visitIntrinsicInst(II);
/external/llvm/include/llvm/CodeGen/
H A DFastISel.h351 unsigned constrainOperandRegClass(const MCInstrDesc &II, unsigned Op,
/external/llvm/include/llvm/IR/
H A DCallSite.h52 CallSiteBase(InvokeTy *II) : I(II, false) { assert(II); } argument
53 CallSiteBase(ValTy *II) { *this = get(II); } argument
61 if (InstrTy *II = dyn_cast<InstrTy>(V)) {
62 if (II->getOpcode() == Instruction::Call)
63 return CallSiteBase(static_cast<CallTy*>(II));
64 else if (II->getOpcode() == Instruction::Invoke)
65 return CallSiteBase(static_cast<InvokeTy*>(II));
340 CallSite(InvokeInst *II) argument
341 CallSite(Instruction *II) argument
359 ImmutableCallSite(const InvokeInst *II) argument
360 ImmutableCallSite(const Instruction *II) argument
[all...]
H A DInstIterator.h51 InstIterator(const InstIterator<A,B,C,D> &II) argument
52 : BBs(II.BBs), BB(II.BB), BI(II.BI) {}
55 InstIterator(InstIterator<A,B,C,D> &II) argument
56 : BBs(II.BBs), BB(II.BB), BI(II.BI) {}
109 // The only way that the II could be broken is if it is now pointing to

Completed in 1115 milliseconds

1234567891011>>