HomeSort by relevance Sort by last modified time
    Searched defs:II (Results 151 - 175 of 332) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombinePHI.cpp 643 InvokeInst *II = dyn_cast<InvokeInst>(PN->getIncomingValue(i));
644 if (II == 0) continue;
645 if (II->getParent() != PN->getIncomingBlock(i))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CodeGenPrepare.cpp 533 IntrinsicInst *II = dyn_cast<IntrinsicInst>(CI);
534 if (II && II->getIntrinsicID() == Intrinsic::objectsize) {
535 bool Min = (cast<ConstantInt>(II->getArgOperand(1))->getZExtValue() == 1);
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherGen.cpp 206 if (IntInit *II = dynamic_cast<IntInit*>(N->getLeafValue())) {
215 return AddMatcher(new CheckIntegerMatcher(II->getValue()));
286 if (IntInit *II = dynamic_cast<IntInit*>(N->getChild(1)->getLeafValue())) {
287 if (!isPowerOf2_32(II->getValue())) { // Don't bother with single bits.
296 AddMatcher(new CheckAndImmMatcher(II->getValue()));
298 AddMatcher(new CheckOrImmMatcher(II->getValue()));
575 if (IntInit *II = dynamic_cast<IntInit*>(N->getLeafValue())) {
576 AddMatcher(new EmitIntegerMatcher(II->getValue(), N->getType(0)));
649 CodeGenInstruction &II = CGT.getInstruction(Op);
650 return II.mayLoad || II.mayStore
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 98 /// This is intended to be used for string literals only: II->isStr("foo").
380 /// \p II is allowed to be null, in which case objects of this type have
383 IdentifierInfo *const II;
387 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
388 : II(II), OldValue(II ? II->isPoisoned() : false) {
389 if(II)
390 II->setIsPoisoned(NewValue)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 64 CallSiteBase(InvokeTy *II) : I(II, false) { assert(II); }
65 explicit CallSiteBase(ValTy *II) { *this = get(II); }
72 if (InstrTy *II = dyn_cast<InstrTy>(V)) {
73 if (II->getOpcode() == Instruction::Call)
74 return CallSiteBase(static_cast<CallTy*>(II));
75 else if (II->getOpcode() == Instruction::Invoke)
76 return CallSiteBase(static_cast<InvokeTy*>(II));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
IdentifierTable.h 98 /// This is intended to be used for string literals only: II->isStr("foo").
393 /// \p II is allowed to be null, in which case objects of this type have
396 IdentifierInfo *const II;
400 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
401 : II(II), OldValue(II ? II->isPoisoned() : false) {
402 if(II)
403 II->setIsPoisoned(NewValue)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
CallSite.h 64 CallSiteBase(InvokeTy *II) : I(II, false) { assert(II); }
65 explicit CallSiteBase(ValTy *II) { *this = get(II); }
72 if (InstrTy *II = dyn_cast<InstrTy>(V)) {
73 if (II->getOpcode() == Instruction::Call)
74 return CallSiteBase(static_cast<CallTy*>(II));
75 else if (II->getOpcode() == Instruction::Invoke)
76 return CallSiteBase(static_cast<InvokeTy*>(II));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
IdentifierTable.h 98 /// This is intended to be used for string literals only: II->isStr("foo").
393 /// \p II is allowed to be null, in which case objects of this type have
396 IdentifierInfo *const II;
400 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
401 : II(II), OldValue(II ? II->isPoisoned() : false) {
402 if(II)
403 II->setIsPoisoned(NewValue)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
CallSite.h 64 CallSiteBase(InvokeTy *II) : I(II, false) { assert(II); }
65 explicit CallSiteBase(ValTy *II) { *this = get(II); }
72 if (InstrTy *II = dyn_cast<InstrTy>(V)) {
73 if (II->getOpcode() == Instruction::Call)
74 return CallSiteBase(static_cast<CallTy*>(II));
75 else if (II->getOpcode() == Instruction::Invoke)
76 return CallSiteBase(static_cast<InvokeTy*>(II));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
IdentifierTable.h 98 /// This is intended to be used for string literals only: II->isStr("foo").
388 /// \p II is allowed to be null, in which case objects of this type have
391 IdentifierInfo *const II;
395 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
396 : II(II), OldValue(II ? II->isPoisoned() : false) {
397 if(II)
398 II->setIsPoisoned(NewValue)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
CallSite.h 67 CallSiteBase(InvokeTy *II) : I(II, false) { assert(II); }
68 explicit CallSiteBase(ValTy *II) { *this = get(II); }
75 if (InstrTy *II = dyn_cast<InstrTy>(V)) {
76 if (II->getOpcode() == Instruction::Call)
77 return CallSiteBase(static_cast<CallTy*>(II));
78 else if (II->getOpcode() == Instruction::Invoke)
79 return CallSiteBase(static_cast<InvokeTy*>(II));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
IdentifierTable.h 98 /// This is intended to be used for string literals only: II->isStr("foo").
388 /// \p II is allowed to be null, in which case objects of this type have
391 IdentifierInfo *const II;
395 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
396 : II(II), OldValue(II ? II->isPoisoned() : false) {
397 if(II)
398 II->setIsPoisoned(NewValue)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
CallSite.h 67 CallSiteBase(InvokeTy *II) : I(II, false) { assert(II); }
68 explicit CallSiteBase(ValTy *II) { *this = get(II); }
75 if (InstrTy *II = dyn_cast<InstrTy>(V)) {
76 if (II->getOpcode() == Instruction::Call)
77 return CallSiteBase(static_cast<CallTy*>(II));
78 else if (II->getOpcode() == Instruction::Invoke)
79 return CallSiteBase(static_cast<InvokeTy*>(II));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
IdentifierTable.h 98 /// This is intended to be used for string literals only: II->isStr("foo").
388 /// \p II is allowed to be null, in which case objects of this type have
391 IdentifierInfo *const II;
395 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
396 : II(II), OldValue(II ? II->isPoisoned() : false) {
397 if(II)
398 II->setIsPoisoned(NewValue)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
CallSite.h 67 CallSiteBase(InvokeTy *II) : I(II, false) { assert(II); }
68 explicit CallSiteBase(ValTy *II) { *this = get(II); }
75 if (InstrTy *II = dyn_cast<InstrTy>(V)) {
76 if (II->getOpcode() == Instruction::Call)
77 return CallSiteBase(static_cast<CallTy*>(II));
78 else if (II->getOpcode() == Instruction::Invoke)
79 return CallSiteBase(static_cast<InvokeTy*>(II));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
IdentifierTable.h 98 /// This is intended to be used for string literals only: II->isStr("foo").
388 /// \p II is allowed to be null, in which case objects of this type have
391 IdentifierInfo *const II;
395 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
396 : II(II), OldValue(II ? II->isPoisoned() : false) {
397 if(II)
398 II->setIsPoisoned(NewValue)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
CallSite.h 67 CallSiteBase(InvokeTy *II) : I(II, false) { assert(II); }
68 explicit CallSiteBase(ValTy *II) { *this = get(II); }
75 if (InstrTy *II = dyn_cast<InstrTy>(V)) {
76 if (II->getOpcode() == Instruction::Call)
77 return CallSiteBase(static_cast<CallTy*>(II));
78 else if (II->getOpcode() == Instruction::Invoke)
79 return CallSiteBase(static_cast<InvokeTy*>(II));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 98 /// This is intended to be used for string literals only: II->isStr("foo").
380 /// \p II is allowed to be null, in which case objects of this type have
383 IdentifierInfo *const II;
387 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
388 : II(II), OldValue(II ? II->isPoisoned() : false) {
389 if(II)
390 II->setIsPoisoned(NewValue)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 64 CallSiteBase(InvokeTy *II) : I(II, false) { assert(II); }
65 explicit CallSiteBase(ValTy *II) { *this = get(II); }
72 if (InstrTy *II = dyn_cast<InstrTy>(V)) {
73 if (II->getOpcode() == Instruction::Call)
74 return CallSiteBase(static_cast<CallTy*>(II));
75 else if (II->getOpcode() == Instruction::Invoke)
76 return CallSiteBase(static_cast<InvokeTy*>(II));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
IdentifierTable.h 98 /// This is intended to be used for string literals only: II->isStr("foo").
393 /// \p II is allowed to be null, in which case objects of this type have
396 IdentifierInfo *const II;
400 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
401 : II(II), OldValue(II ? II->isPoisoned() : false) {
402 if(II)
403 II->setIsPoisoned(NewValue)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
CallSite.h 64 CallSiteBase(InvokeTy *II) : I(II, false) { assert(II); }
65 explicit CallSiteBase(ValTy *II) { *this = get(II); }
72 if (InstrTy *II = dyn_cast<InstrTy>(V)) {
73 if (II->getOpcode() == Instruction::Call)
74 return CallSiteBase(static_cast<CallTy*>(II));
75 else if (II->getOpcode() == Instruction::Invoke)
76 return CallSiteBase(static_cast<InvokeTy*>(II));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
IdentifierTable.h 98 /// This is intended to be used for string literals only: II->isStr("foo").
393 /// \p II is allowed to be null, in which case objects of this type have
396 IdentifierInfo *const II;
400 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
401 : II(II), OldValue(II ? II->isPoisoned() : false) {
402 if(II)
403 II->setIsPoisoned(NewValue)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
CallSite.h 64 CallSiteBase(InvokeTy *II) : I(II, false) { assert(II); }
65 explicit CallSiteBase(ValTy *II) { *this = get(II); }
72 if (InstrTy *II = dyn_cast<InstrTy>(V)) {
73 if (II->getOpcode() == Instruction::Call)
74 return CallSiteBase(static_cast<CallTy*>(II));
75 else if (II->getOpcode() == Instruction::Invoke)
76 return CallSiteBase(static_cast<InvokeTy*>(II));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
IdentifierTable.h 98 /// This is intended to be used for string literals only: II->isStr("foo").
388 /// \p II is allowed to be null, in which case objects of this type have
391 IdentifierInfo *const II;
395 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
396 : II(II), OldValue(II ? II->isPoisoned() : false) {
397 if(II)
398 II->setIsPoisoned(NewValue)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
CallSite.h 67 CallSiteBase(InvokeTy *II) : I(II, false) { assert(II); }
68 explicit CallSiteBase(ValTy *II) { *this = get(II); }
75 if (InstrTy *II = dyn_cast<InstrTy>(V)) {
76 if (II->getOpcode() == Instruction::Call)
77 return CallSiteBase(static_cast<CallTy*>(II));
78 else if (II->getOpcode() == Instruction::Invoke)
79 return CallSiteBase(static_cast<InvokeTy*>(II));
    [all...]

Completed in 1407 milliseconds

1 2 3 4 5 67 8 91011>>