HomeSort by relevance Sort by last modified time
    Searched refs:SIGN_EXTEND (Results 26 - 40 of 40) sorted by null

12

  /external/llvm/include/llvm/Target/
TargetLowering.h 134 return ISD::SIGN_EXTEND;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 531 /// ISD::SIGN_EXTEND).
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 355 setTargetDAGCombine(ISD::SIGN_EXTEND);
    [all...]
AArch64ISelDAGToDAG.cpp 343 if (N.getOpcode() == ISD::SIGN_EXTEND ||
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 276 OutVal = DAG.getNode(ISD::SIGN_EXTEND, DL, VA.getLocVT(), OutVal);
761 Arg = DAG.getNode(ISD::SIGN_EXTEND, dl, VA.getLocVT(), Arg);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
TargetLowering.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
genrtl.h 1053 gen_rtx_fmt_e (SIGN_EXTEND, (MODE), (ARG0))
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 485 Arg = DAG.getNode(ISD::SIGN_EXTEND, dl, VA.getLocVT(), Arg);
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp     [all...]
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 722 milliseconds

12