HomeSort by relevance Sort by last modified time
    Searched refs:isZExt (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 50 bool isZExt() const { return Flags & ZExt; }
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 780 if (!Outs[0].Flags.isZExt() && !Outs[0].Flags.isSExt())
791 unsigned Op = Outs[0].Flags.isZExt() ? ISD::ZERO_EXTEND :
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 76 Entry.isZExt = !isSigned;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 213 milliseconds