Searched refs:BlockAddress (Results 51 - 63 of 63) sorted by relevance

123

/external/clang/lib/CodeGen/
H A DCodeGenFunction.h1518 llvm::BlockAddress *GetAddrOfLabel(const LabelDecl *L);
/external/llvm/lib/AsmParser/
H A DLLParser.cpp219 // Get the BlockAddress for this and update references to use it.
220 BlockAddress *BA = BlockAddress::get(TheFn, Res);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1396 setOperationAction(ISD::BlockAddress, getPointerTy(), Custom);
2790 case ISD::BlockAddress: return LowerBlockAddress(Op, DAG);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp539 case ISD::BlockAddress: {
1671 SDValue SelectionDAG::getBlockAddress(const BlockAddress *BA, EVT VT,
1675 unsigned Opc = isTarget ? ISD::TargetBlockAddress : ISD::BlockAddress;
H A DSelectionDAGBuilder.cpp1138 if (const BlockAddress *BA = dyn_cast<BlockAddress>(C))
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp217 // BlockAddress
218 setOperationAction(ISD::BlockAddress, MVT::i64, Custom);
1538 case ISD::BlockAddress:
3462 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
/external/llvm/lib/IR/
H A DCore.cpp1192 return wrap(BlockAddress::get(unwrap<Function>(F), unwrap(BB)));
H A DVerifier.cpp1108 Assert1(!BlockAddress::lookup(Entry)->isConstantUsed(),
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp280 setOperationAction(ISD::BlockAddress, MVT::i32, Custom);
285 setOperationAction(ISD::BlockAddress, MVT::i64, Custom);
1583 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
6127 case ISD::BlockAddress: return LowerBlockAddress(Op, DAG);
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp66 const BlockAddress *BlockAddr;
H A DX86ISelLowering.cpp578 setOperationAction(ISD::BlockAddress , MVT::i32 , Custom);
584 setOperationAction(ISD::BlockAddress , MVT::i64 , Custom);
10255 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
16190 case ISD::BlockAddress: return LowerBlockAddress(Op, DAG);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp694 setOperationAction(ISD::BlockAddress, MVT::i32, Custom);
2293 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
6192 case ISD::BlockAddress: return LowerBlockAddress(Op, DAG);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli328 | BlockAddress

Completed in 523 milliseconds

123