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

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86Subtarget.h 599 bool is32Bit() const {
X86FrameLowering.cpp 1751 } else if (IsFunclet && STI.is32Bit()) {
1824 if (IsFunclet && STI.is32Bit())
2516 if (MBB.isEHFuncletEntry() && STI.is32Bit() && STI.isOSWindows())
2619 if (STI.is32Bit())
3401 assert(STI.is32Bit() && !Uses64BitFramePtr &&
3690 if (STI.is32Bit() && MF.hasEHFunclets())
X86MCInstLower.cpp 1105 } if (Subtarget->is32Bit())
1347 if (MinSize == 2 && Subtarget->is32Bit() &&
X86ISelDAGToDAG.cpp 2722 if (Subtarget->is32Bit()) {
X86ISelLowering.cpp 1989 if (Subtarget.is32Bit() &&
2657 assert(Subtarget.is32Bit() && "Expecting 32 bit target");
2950 assert(Subtarget.is32Bit() && "Expecting 32 bit target");
24886 if (Mask.getSimpleValueType() == MVT::i64 && Subtarget.is32Bit()) {
    [all...]
  /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))

Completed in 39 milliseconds