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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 127 /// isScalarInteger - Return true if this is an integer, but not a vector.
128 bool isScalarInteger() const {
129 return isSimple() ? V.isScalarInteger() : isExtendedScalarInteger();
MachineValueType.h 213 /// isScalarInteger - Return true if this is an integer, not including
215 bool isScalarInteger() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ValueTypes.h 146 bool isScalarInteger() const {
147 return isSimple() ? V.isScalarInteger() : isExtendedScalarInteger();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
MachineValueType.h 309 bool isScalarInteger() const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 448 return V.getValueType().isScalarInteger();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.h 555 return VT.isScalarInteger();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelLowering.h 600 return VT.isScalarInteger();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp 328 return (VT.isScalarInteger() && TLI->isTypeLegal(VT));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.h 837 return VT.isScalarInteger();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 817 assert(ElemTy.isScalarInteger());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 5823 milliseconds