HomeSort by relevance Sort by last modified time
    Searched refs:BlockAddressSDNode (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 67 if (isa<BlockAddressSDNode>(Node)) return true;
SelectionDAGDumper.cpp 486 } else if (const BlockAddressSDNode *BA =
487 dyn_cast<BlockAddressSDNode>(this)) {
InstrEmitter.cpp 421 } else if (BlockAddressSDNode *BA = dyn_cast<BlockAddressSDNode>(Op)) {
    [all...]
SelectionDAG.cpp 540 const BlockAddressSDNode *BA = cast<BlockAddressSDNode>(N);
897 assert(!isa<BlockAddressSDNode>(N) && "Bad BlockAddressSDNode!");
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 261 SDValue lowerBlockAddress(BlockAddressSDNode *Node,
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 164 AM.BlockAddr = cast<BlockAddressSDNode>(N0)->getBlockAddress();
165 //AM.SymbolFlags = cast<BlockAddressSDNode>(N0)->getTargetFlags();
MSP430ISelLowering.cpp 805 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 451 SDValue getTargetNode(BlockAddressSDNode *N, EVT Ty, SelectionDAG &DAG,
MipsISelLowering.cpp 102 SDValue MipsTargetLowering::getTargetNode(BlockAddressSDNode *N, EVT Ty,
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 683 } else if (BlockAddressSDNode *BA = dyn_cast<BlockAddressSDNode>(N0)) {
721 } else if (BlockAddressSDNode *BA = dyn_cast<BlockAddressSDNode>(N0)) {
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 321 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 724 milliseconds