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

  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 514 bool shouldSignExtendTypeInLibCall(EVT Type, bool IsSigned) const override;
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsISelLowering.h 622 bool shouldSignExtendTypeInLibCall(EVT Type, bool IsSigned) const override;
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 128 Entry.isSExt = shouldSignExtendTypeInLibCall(Op.getValueType(), isSigned);
129 Entry.isZExt = !shouldSignExtendTypeInLibCall(Op.getValueType(), isSigned);
140 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, isSigned);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 130 Entry.IsSExt = shouldSignExtendTypeInLibCall(Op.getValueType(), isSigned);
131 Entry.IsZExt = !shouldSignExtendTypeInLibCall(Op.getValueType(), isSigned);
142 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, isSigned);
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetLowering.h     [all...]

Completed in 136 milliseconds