HomeSort by relevance Sort by last modified time
    Searched refs:BlockAddress (Results 51 - 75 of 223) sorted by null

1 23 4 5 6 7 8 9

  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 37 class BlockAddress;
425 /// Return the MCSymbol used to satisfy BlockAddress uses of the specified
427 MCSymbol *GetBlockAddressSymbol(const BlockAddress *BA) const;
ISDOpcodes.h 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 37 class BlockAddress;
425 /// Return the MCSymbol used to satisfy BlockAddress uses of the specified
427 MCSymbol *GetBlockAddressSymbol(const BlockAddress *BA) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 37 class BlockAddress;
425 /// Return the MCSymbol used to satisfy BlockAddress uses of the specified
427 MCSymbol *GetBlockAddressSymbol(const BlockAddress *BA) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 37 class BlockAddress;
425 /// Return the MCSymbol used to satisfy BlockAddress uses of the specified
427 MCSymbol *GetBlockAddressSymbol(const BlockAddress *BA) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 37 class BlockAddress;
425 /// Return the MCSymbol used to satisfy BlockAddress uses of the specified
427 MCSymbol *GetBlockAddressSymbol(const BlockAddress *BA) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 37 class BlockAddress;
425 /// Return the MCSymbol used to satisfy BlockAddress uses of the specified
427 MCSymbol *GetBlockAddressSymbol(const BlockAddress *BA) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 37 class BlockAddress;
425 /// Return the MCSymbol used to satisfy BlockAddress uses of the specified
427 MCSymbol *GetBlockAddressSymbol(const BlockAddress *BA) const;
  /external/llvm/lib/IR/
Constants.cpp 421 if (const BlockAddress *BA = dyn_cast<BlockAddress>(this))
424 // While raw uses of blockaddress need to be relocated, differences between
434 isa<BlockAddress>(LHS->getOperand(0)) &&
435 isa<BlockAddress>(RHS->getOperand(0)) &&
436 cast<BlockAddress>(LHS->getOperand(0))->getFunction() ==
437 cast<BlockAddress>(RHS->getOperand(0))->getFunction())
    [all...]
  /external/llvm/lib/Transforms/Utils/
Evaluator.cpp 55 if (C->getNumOperands() == 0 || isa<BlockAddress>(C))
492 if (BlockAddress *BA = dyn_cast<BlockAddress>(Val))
ValueMapper.cpp 35 /// A basic block used in a BlockAddress whose function body is not yet
50 DelayedBasicBlock(const BlockAddress &Old)
170 Value *mapBlockAddress(const BlockAddress &BA);
415 if (BlockAddress *BA = dyn_cast<BlockAddress>(C))
490 Value *Mapper::mapBlockAddress(const BlockAddress &BA) {
504 return getVM()[&BA] = BlockAddress::get(F, BB ? BB : BA.getBasicBlock());
    [all...]
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 389 if (isa<BlockAddress>(L))
390 return Blocks[cast<BlockAddress>(L)->getBasicBlock()]
391 == cast<BlockAddress>(R)->getBasicBlock();
  /external/swiftshader/third_party/LLVM/tools/llvm-diff/
DifferenceEngine.cpp 389 if (isa<BlockAddress>(L))
390 return Blocks[cast<BlockAddress>(L)->getBasicBlock()]
391 == cast<BlockAddress>(R)->getBasicBlock();
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 69 if (BlockAddress *BA = dyn_cast<BlockAddress>(V)) {
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress,
    [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 397 !isa<BlockAddress>(UnderlyingObject),
403 Assert(!isa<BlockAddress>(UnderlyingObject),
407 Assert(!isa<BlockAddress>(UnderlyingObject),
412 isa<BlockAddress>(UnderlyingObject),
413 "Undefined behavior: Branch to non-blockaddress", &I);
ModuleSummaryAnalysis.cpp 50 if (isa<BlockAddress>(Operand))
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 62 // Ignore blockaddress uses.
63 if (isa<BlockAddress>(UR)) continue;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
Lint.cpp 390 !isa<BlockAddress>(UnderlyingObject),
396 Assert1(!isa<BlockAddress>(UnderlyingObject),
400 Assert1(!isa<BlockAddress>(UnderlyingObject),
405 isa<BlockAddress>(UnderlyingObject),
406 "Undefined behavior: Branch to non-blockaddress", &I);
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
IPConstantPropagation.cpp 91 // Ignore blockaddress uses.
92 if (isa<BlockAddress>(U)) continue;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
Local.cpp 185 // indirectbr blockaddress(@F, @BB) -> br label @BB
186 if (BlockAddress *BA =
187 dyn_cast<BlockAddress>(IBI->getAddress()->stripPointerCasts())) {
442 BlockAddress *BA = BlockAddress::get(DestBB);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
LLVMContextImpl.h 159 DenseMap<std::pair<Function*, BasicBlock*> , BlockAddress*> BlockAddresses;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
BasicBlock.h 57 friend class BlockAddress;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
BasicBlock.h 57 friend class BlockAddress;

Completed in 1307 milliseconds

1 23 4 5 6 7 8 9