HomeSort by: relevance | last modified time | path
    Searched refs:setZExtResult (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRISelLowering.cpp 465 .setZExtResult(!IsSigned);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 2022 .setZExtResult(!signExtend)
2182 .setZExtResult(!isSigned);
TargetLowering.cpp 197 .setZExtResult(zeroExtend);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 3835 CallLoweringInfo &setZExtResult(bool Value = true) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 18767 .setInRegister().setSExtResult(isSigned).setZExtResult(!isSigned);
18809 .setSExtResult(isSigned).setZExtResult(!isSigned).setDebugLoc(SDLoc(N));
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 80 milliseconds