Home
last modified time | relevance | path

Searched refs:lowerBlockAddress (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.h108 SDValue lowerBlockAddress(SDValue Op, SelectionDAG &DAG) const;
DRISCVISelLowering.cpp278 return lowerBlockAddress(Op, DAG); in LowerOperation()
318 SDValue RISCVTargetLowering::lowerBlockAddress(SDValue Op, in lowerBlockAddress() function in RISCVTargetLowering
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h504 SDValue lowerBlockAddress(BlockAddressSDNode *Node,
DSystemZISelLowering.cpp2663 SDValue SystemZTargetLowering::lowerBlockAddress(BlockAddressSDNode *Node, in lowerBlockAddress() function in SystemZTargetLowering
4500 return lowerBlockAddress(cast<BlockAddressSDNode>(Op), DAG); in LowerOperation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h550 SDValue lowerBlockAddress(BlockAddressSDNode *Node,
DSystemZISelLowering.cpp2793 SDValue SystemZTargetLowering::lowerBlockAddress(BlockAddressSDNode *Node, in lowerBlockAddress() function in SystemZTargetLowering
4789 return lowerBlockAddress(cast<BlockAddressSDNode>(Op), DAG); in LowerOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h435 SDValue lowerBlockAddress(SDValue Op, SelectionDAG &DAG) const;
DMipsISelLowering.cpp900 case ISD::BlockAddress: return lowerBlockAddress(Op, DAG); in LowerOperation()
1793 SDValue MipsTargetLowering::lowerBlockAddress(SDValue Op, in lowerBlockAddress() function in MipsTargetLowering
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsISelLowering.h543 SDValue lowerBlockAddress(SDValue Op, SelectionDAG &DAG) const;
DMipsISelLowering.cpp1211 case ISD::BlockAddress: return lowerBlockAddress(Op, DAG); in LowerOperation()
1985 SDValue MipsTargetLowering::lowerBlockAddress(SDValue Op, in lowerBlockAddress() function in MipsTargetLowering