Searched refs:TargetBlockAddress (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 134 TargetBlockAddress, enumerator
|
D | SelectionDAGNodes.h | 1453 N->getOpcode() == ISD::TargetBlockAddress;
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 132 TargetBlockAddress, enumerator
|
D | SelectionDAGNodes.h | 1671 N->getOpcode() == ISD::TargetBlockAddress;
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelDAGToDAG.cpp | 275 nextAddr->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) { in tryBRIND()
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreISelDAGToDAG.cpp | 295 nextAddr->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) { in SelectBRIND()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 141 case ISD::TargetBlockAddress: return "TargetBlockAddress"; in getOperationName()
|
D | SelectionDAGISel.cpp | 2748 case ISD::TargetBlockAddress: in SelectCodeCommon()
|
D | SelectionDAG.cpp | 496 case ISD::TargetBlockAddress: in AddNodeIDCustom() 1728 unsigned Opc = isTarget ? ISD::TargetBlockAddress : ISD::BlockAddress; in getBlockAddress()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetSelectionDAG.td | 312 def tblockaddress: SDNode<"ISD::TargetBlockAddress", SDTPtrLeaf, [],
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 450 case ISD::TargetBlockAddress: in AddNodeIDCustom() 1391 unsigned Opc = isTarget ? ISD::TargetBlockAddress : ISD::BlockAddress; in getBlockAddress() 5944 case ISD::TargetBlockAddress: return "TargetBlockAddress"; in getOperationName()
|
D | SelectionDAGISel.cpp | 2037 case ISD::TargetBlockAddress: in SelectCodeCommon()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 362 def tblockaddress: SDNode<"ISD::TargetBlockAddress", SDTPtrLeaf, [],
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1573 N->getOpcode() != ISD::TargetBlockAddress) in selectMOV64Imm32()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86GenDAGISel.inc | 5099 /*SwitchOpcode*/ 53, TARGET_VAL(ISD::TargetBlockAddress),// ->11262 29371 /*SwitchOpcode*/ 14, TARGET_VAL(ISD::TargetBlockAddress),// ->60465 29429 /*SwitchOpcode*/ 15, TARGET_VAL(ISD::TargetBlockAddress),// ->60583 36290 /*SwitchOpcode*/ 50, TARGET_VAL(ISD::TargetBlockAddress),// ->75301
|