HomeSort by relevance Sort by last modified time
    Searched refs:BlockAddress (Results 26 - 50 of 69) sorted by null

12 3

  /external/llvm/lib/IR/
Function.cpp 748 if (isa<BlockAddress>(FU))
765 // Check if the function is used by anything other than a blockaddress.
767 if (!isa<BlockAddress>(U))
AsmWriter.cpp 895 if (const BlockAddress *BA = dyn_cast<BlockAddress>(CV)) {
896 Out << "blockaddress(";
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 104 setOperationAction(ISD::BlockAddress, MVT::i16, Custom);
191 case ISD::BlockAddress: return LowerBlockAddress(Op, DAG);
805 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 106 case ISD::BlockAddress: return "BlockAddress";
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 766 BlockAddress::get(const_cast<BasicBlock *>(MBB->getBasicBlock()));
    [all...]
HexagonHardwareLoops.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 124 setOperationAction(ISD::BlockAddress, MVT::i32 , Custom);
211 case ISD::BlockAddress: return LowerBlockAddress(Op, DAG);
321 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 714 isa<llvm::ConstantVector>(Init) || isa<llvm::BlockAddress>(Init) ||
751 isa<llvm::ConstantVector>(Init) || isa<llvm::BlockAddress>(Init) ||
    [all...]
CodeGenFunction.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 477 SDValue getBlockAddress(const BlockAddress *BA, EVT VT,
480 SDValue getTargetBlockAddress(const BlockAddress *BA, EVT VT,
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 893 else if (const BlockAddress *BA = dyn_cast<BlockAddress>(C))
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 479 BlockAddress,
506 DEFINE_CASE(Val, BlockAddress);
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 131 if (const BlockAddress *BA = dyn_cast<BlockAddress>(CV))
189 // blockaddress labels. Since the two labels are in the same function, it
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 242 setOperationAction(ISD::BlockAddress, MVT::i32, Custom);
261 setOperationAction(ISD::BlockAddress, MVT::i64, Custom);
787 case ISD::BlockAddress: return lowerBlockAddress(Op, DAG);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 230 setOperationAction(ISD::BlockAddress, PtrVT, Custom);
    [all...]

Completed in 1483 milliseconds

12 3