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

123

/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp240 setOperationAction(ISD::BlockAddress, MVT::i32, Custom);
245 setOperationAction(ISD::BlockAddress, MVT::i64, Custom);
1399 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
5771 case ISD::BlockAddress: return LowerBlockAddress(Op, DAG);
/freebsd-10.2-release/sys/contrib/dev/acpica/common/
H A Ddmtbinfo.c1168 {ACPI_DMT_UINT64, ACPI_GTDT0_OFFSET (BlockAddress), "Block Address", 0},
/freebsd-10.2-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp213 // Get the BlockAddress for this and update references to use it.
214 BlockAddress *BA = BlockAddress::get(TheFn, Res);
/freebsd-10.2-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1397 setOperationAction(ISD::BlockAddress, getPointerTy(), Custom);
2798 case ISD::BlockAddress: return LowerBlockAddress(Op, DAG);
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp478 case ISD::BlockAddress: {
1514 SDValue SelectionDAG::getBlockAddress(const BlockAddress *BA, EVT VT,
1518 unsigned Opc = isTarget ? ISD::TargetBlockAddress : ISD::BlockAddress;
H A DSelectionDAGBuilder.cpp1151 if (const BlockAddress *BA = dyn_cast<BlockAddress>(C))
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DCore.cpp1130 return wrap(BlockAddress::get(unwrap<Function>(F), unwrap(BB)));
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp65 const BlockAddress *BlockAddr;
H A DX86ISelLowering.cpp548 setOperationAction(ISD::BlockAddress , MVT::i32 , Custom);
554 setOperationAction(ISD::BlockAddress , MVT::i64 , Custom);
8063 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
13420 case ISD::BlockAddress: return LowerBlockAddress(Op, DAG);
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp724 setOperationAction(ISD::BlockAddress, MVT::i32, Custom);
2354 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
6110 case ISD::BlockAddress: return LowerBlockAddress(Op, DAG);

Completed in 490 milliseconds

123