Searched defs:BlockAddress (Results 1 - 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
H A DConstants.h543 /// BlockAddress - The address of a basic block.
545 class BlockAddress : public Constant { class in namespace:llvm
548 BlockAddress(Function *F, BasicBlock *BB);
550 /// get - Return a BlockAddress for the specified function and basic block.
551 static BlockAddress *get(Function *F, BasicBlock *BB);
553 /// get - Return a BlockAddress for the specified basic block. The basic
555 static BlockAddress *get(BasicBlock *BB);
567 static inline bool classof(const BlockAddress *) { return true; }
574 struct OperandTraits<BlockAddress> :
575 public FixedNumOperandTraits<BlockAddress,
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DISDOpcodes.h63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator in enum:llvm::ISD::NodeType
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstants.cpp244 if (const BlockAddress *BA = dyn_cast<BlockAddress>(this))
258 isa<BlockAddress>(LHS->getOperand(0)) &&
259 isa<BlockAddress>(RHS->getOperand(0)) &&
260 cast<BlockAddress>(LHS->getOperand(0))->getFunction() ==
261 cast<BlockAddress>(RHS->getOperand(0))->getFunction())
1135 //---- BlockAddress::get() implementation.
1138 BlockAddress *BlockAddress::get(BasicBlock *BB) {
1143 BlockAddress *BlockAddres
1153 BlockAddress::BlockAddress(Function *F, BasicBlock *BB) function in class:BlockAddress
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml268 | BlockAddress Constructor in type:ValueKind/t
H A Dllvm_ocaml.c526 BlockAddress, enumerator in enum:ValueKind
553 DEFINE_CASE(Val, BlockAddress);
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator in enum:llvm::ISD::NodeType
/external/llvm/lib/IR/
H A DConstants.cpp421 if (const BlockAddress *BA = dyn_cast<BlockAddress>(this))
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())
1356 BlockAddress *BlockAddress::get(BasicBlock *BB) {
1361 BlockAddress *BlockAddress
1371 BlockAddress::BlockAddress(Function *F, BasicBlock *BB) function in class:BlockAddress
[all...]
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.ml215 | BlockAddress Constructor in type:ValueKind/t
H A Dllvm_ocaml.c417 BlockAddress, enumerator in enum:ValueKind
442 DEFINE_CASE(Val, BlockAddress);

Completed in 2205 milliseconds