HomeSort by relevance Sort by last modified time
    Searched refs:II (Results 101 - 125 of 586) sorted by null

1 2 3 45 6 7 8 91011>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_int/d/
T_shr_int_5.d 13 .method public run(II)I
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_int_2addr/d/
T_shr_int_2addr_1.d 13 .method public run(II)I
T_shr_int_2addr_2.d 13 .method public run(II)I
T_shr_int_2addr_5.d 13 .method public run(II)I
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_long/d/
T_shr_long_4.d 13 .method public run(II)J
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_long_2addr/d/
T_shr_long_2addr_4.d 13 .method public run(II)J
  /external/clang/include/clang/Lex/
PTHManager.h 106 if (IdentifierInfo* II = PerIDCache[PersistentID])
107 return II;
  /external/llvm/lib/Support/
SpecialCaseList.cpp 145 for (StringMap<std::string>::const_iterator II = I->second.begin(),
147 II != IE; ++II) {
148 Entries[I->getKey()][II->getKey()].RegEx.reset(new Regex(II->getValue()));
162 StringMap<Entry>::const_iterator II = I->second.find(Category);
163 if (II == I->second.end()) return false;
165 return II->getValue().match(Query);
  /external/llvm/lib/Target/Mips/
MipsRegisterInfo.h 56 void eliminateFrameIndex(MachineBasicBlock::iterator II,
73 virtual void eliminateFI(MachineBasicBlock::iterator II, unsigned OpNo,
Mips16InstrInfo.cpp 309 MachineBasicBlock::iterator II,
330 rs.forward(II);
338 (*II->getParent()->getParent(), &Mips::CPU16RegsRegClass);
340 for (unsigned i = 0, e = II->getNumOperands(); i != e; ++i) {
341 MachineOperand &MO = II->getOperand(i);
356 for (unsigned i = 0, e = II->getNumOperands(); i != e; ++i) {
357 MachineOperand &MO = II->getOperand(i);
381 copyPhysReg(MBB, II, DL, FirstRegSavedTo, FirstRegSaved, true);
386 BuildMI(MBB, II, DL, get(Mips::LwConstant32), Reg).addImm(Imm).addImm(-1);
398 copyPhysReg(MBB, II, DL, SecondRegSavedTo, SecondRegSaved, true)
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXRegisterInfo.cpp 91 void NVPTXRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II,
96 MachineInstr &MI = *II;
  /external/llvm/lib/Transforms/Instrumentation/
Instrumentation.cpp 46 } else if (auto *II = dyn_cast<IntrinsicInst>(I)) {
47 if (II->getIntrinsicID() == llvm::Intrinsic::localescape)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips@ld-zero-2.d 3 #name: MIPS II load $zero
mipsr6@ld-zero-2.d 3 #name: MIPS II load $zero
  /external/llvm/lib/Transforms/Utils/
Local.cpp 313 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(I)) {
315 if (II->getIntrinsicID() == Intrinsic::stacksave)
319 if (II->getIntrinsicID() == Intrinsic::lifetime_start ||
320 II->getIntrinsicID() == Intrinsic::lifetime_end)
321 return isa<UndefValue>(II->getArgOperand(1));
324 if (II->getIntrinsicID() == Intrinsic::assume) {
325 if (ConstantInt *Cond = dyn_cast<ConstantInt>(II->getArgOperand(0)))
    [all...]
CloneFunction.cpp 49 for (BasicBlock::const_iterator II = BB->begin(), IE = BB->end();
50 II != IE; ++II) {
51 Instruction *NewInst = II->clone();
52 if (II->hasName())
53 NewInst->setName(II->getName()+NameSuffix);
55 VMap[&*II] = NewInst; // Add instruction map to value.
57 hasCalls |= (isa<CallInst>(II) && !isa<DbgInfoIntrinsic>(II));
58 if (const AllocaInst *AI = dyn_cast<AllocaInst>(II)) {
    [all...]
  /external/clang/include/clang/Sema/
Designator.h 46 const IdentifierInfo *II;
76 return FieldInfo.II;
126 static Designator getField(const IdentifierInfo *II, SourceLocation DotLoc,
130 D.FieldInfo.II = II;
  /external/clang/lib/Lex/
Preprocessor.cpp 296 CurSubmoduleState->Macros.insert(std::make_pair(Macro.II, MacroState()));
443 if (const IdentifierInfo *II = Tok.getIdentifierInfo())
444 return II->getName();
547 IdentifierInfo *II;
550 II = getIdentifierInfo(Identifier.getRawIdentifier());
559 II = getIdentifierInfo(UCNIdentifierBuffer);
561 II = getIdentifierInfo(CleanedStr);
566 Identifier.setIdentifierInfo(II);
567 Identifier.setKind(II->getTokenID());
569 return II;
    [all...]
Pragma.cpp 402 IdentifierInfo *II = LookUpIdentifierInfo(Tok);
405 if (II->isPoisoned()) continue;
408 if (isMacroDefined(II))
412 II->setIsPoisoned();
413 if (II->isFromAST())
414 II->setChangedSinceDeserialization();
790 IdentifierInfo *II = Tok.getIdentifierInfo();
791 if (II->isStr("ON"))
793 else if (II->isStr("OFF"))
795 else if (II->isStr("DEFAULT")
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 132 const MCInstrDesc &II = TII->get(User->getMachineOpcode());
134 if (i+II.getNumDefs() < II.getNumOperands()) {
136 TII->getRegClass(II, i+II.getNumDefs(), TRI, *MF));
208 const MCInstrDesc &II,
215 for (unsigned i = 0; i < II.getNumDefs(); ++i) {
221 TRI->getAllocatableClass(TII->getRegClass(II, i, TRI, *MF));
235 if (II.OpInfo[i].isOptionalDef()) {
314 const MCInstrDesc *II,
    [all...]
InstrEmitter.h 53 const MCInstrDesc &II,
68 const MCInstrDesc *II,
72 /// AddOperand - Add the specified operand to the specified machine instr. II
74 /// operand number (in the II) that we are adding. IIOpNum and II are used for
79 const MCInstrDesc *II,
  /external/llvm/lib/Target/Hexagon/
HexagonNewValueJump.cpp 109 // We have identified this II could be feeder to NVJ,
113 MachineBasicBlock::iterator II,
119 if (QII->isPredicated(II))
132 if (II->getOpcode() == TargetOpcode::KILL)
151 for (unsigned i = 0; i < II->getNumOperands(); ++i) {
152 if (II->getOperand(i).isReg() &&
153 (II->getOperand(i).isUse() || II->getOperand(i).isDef())) {
154 MachineBasicBlock::iterator localII = II;
156 unsigned Reg = II->getOperand(i).getReg()
    [all...]
  /external/clang/lib/Frontend/
ASTMerge.cpp 65 if (IdentifierInfo *II = ND->getIdentifier())
66 if (II->isStr("__va_list_tag") || II->isStr("__builtin_va_list"))
  /external/clang/test/Sema/
block-misc.c 5 int (^II) (int);
8 PFR = II; // OK
10 if (PFR == II) // OK
  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 210 if (IntInit *II = dyn_cast<IntInit>(N->getLeafValue())) {
219 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);
690 return II.mayLoad || II.mayStore
    [all...]

Completed in 1009 milliseconds

1 2 3 45 6 7 8 91011>>