Home
last modified time | relevance | path

Searched refs:LowerSIGN_EXTEND (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h100 SDValue LowerSIGN_EXTEND(SDValue Op, SelectionDAG &DAG) const;
DMSP430ISelLowering.cpp350 case ISD::SIGN_EXTEND: return LowerSIGN_EXTEND(Op, DAG); in LowerOperation()
1234 SDValue MSP430TargetLowering::LowerSIGN_EXTEND(SDValue Op, in LowerSIGN_EXTEND() function in MSP430TargetLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h197 SDValue LowerSIGN_EXTEND(SDValue Op, SelectionDAG &DAG) const;
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.cpp25983 static SDValue LowerSIGN_EXTEND(SDValue Op, const X86Subtarget &Subtarget, in LowerSIGN_EXTEND() function
33207 case ISD::SIGN_EXTEND: return LowerSIGN_EXTEND(Op, Subtarget, DAG); in LowerOperation()