HomeSort by: relevance | last modified time | path
    Searched defs:is32Bit (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86Subtarget.h 599 bool is32Bit() const {
X86Subtarget.h 599 bool is32Bit() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 61 static bool is32Bit(EVT VT) {
2693 bool Is32Bit = is32Bit(VT);
2694 Even = DAG.getTargetExtractSubreg(SystemZ::even128(Is32Bit), DL, VT, Result);
2695 Odd = DAG.getTargetExtractSubreg(SystemZ::odd128(Is32Bit), DL, VT, Result);
3510 if (is32Bit(VT))
3558 if (is32Bit(VT))
3582 if (is32Bit(VT))
SystemZISelLowering.cpp 61 static bool is32Bit(EVT VT) {
2693 bool Is32Bit = is32Bit(VT);
2694 Even = DAG.getTargetExtractSubreg(SystemZ::even128(Is32Bit), DL, VT, Result);
2695 Odd = DAG.getTargetExtractSubreg(SystemZ::odd128(Is32Bit), DL, VT, Result);
3510 if (is32Bit(VT))
3558 if (is32Bit(VT))
3582 if (is32Bit(VT))

Completed in 49 milliseconds