Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h114 SDValue lowerBlockAddress(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp326 return lowerBlockAddress(Op, DAG); in LowerOperation()
366 SDValue RISCVTargetLowering::lowerBlockAddress(SDValue Op, in lowerBlockAddress() function in RISCVTargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h540 SDValue lowerBlockAddress(BlockAddressSDNode *Node,
H A DSystemZISelLowering.cpp2798 SDValue SystemZTargetLowering::lowerBlockAddress(BlockAddressSDNode *Node, in lowerBlockAddress() function in SystemZTargetLowering
4797 return lowerBlockAddress(cast<BlockAddressSDNode>(Op), DAG); in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h546 SDValue lowerBlockAddress(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.cpp1214 case ISD::BlockAddress: return lowerBlockAddress(Op, DAG); in LowerOperation()
1991 SDValue MipsTargetLowering::lowerBlockAddress(SDValue Op, in lowerBlockAddress() function in MipsTargetLowering