HomeSort by relevance Sort by last modified time
    Searched refs:isByteSized (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 182 /// isByteSized - Return true if the bit size is a multiple of 8.
183 bool isByteSized() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ValueTypes.h 181 bool isByteSized() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ValueTypes.h 181 bool isByteSized() const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
ValueTypes.h 209 bool isByteSized() const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
ValueTypes.h 209 bool isByteSized() const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
ValueTypes.h 212 bool isByteSized() const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
ValueTypes.h 212 bool isByteSized() const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
ValueTypes.h 212 bool isByteSized() const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
ValueTypes.h 212 bool isByteSized() const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
ValueTypes.h 209 bool isByteSized() const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
ValueTypes.h 209 bool isByteSized() const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
ValueTypes.h 212 bool isByteSized() const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
ValueTypes.h 212 bool isByteSized() const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
ValueTypes.h 212 bool isByteSized() const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
ValueTypes.h 212 bool isByteSized() const {
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 161 assert(NOutVT.isByteSized() && "Expanded type not byte sized!");
271 assert(NVT.isByteSized() && "Expanded type not byte sized!");
485 assert(NVT.isByteSized() && "Expanded type not byte sized!");
LegalizeVectorOps.cpp 504 if (SrcVT.getVectorNumElements() > 1 && !SrcEltVT.isByteSized()) {
    [all...]
LegalizeIntegerTypes.cpp 353 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND;
    [all...]
LegalizeFloatTypes.cpp     [all...]
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 117 assert(NOutVT.isByteSized() && "Expanded type not byte sized!");
216 assert(NVT.isByteSized() && "Expanded type not byte sized!");
401 assert(NVT.isByteSized() && "Expanded type not byte sized!");
LegalizeFloatTypes.cpp     [all...]
LegalizeIntegerTypes.cpp 289 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ValueTypes.h 518 /// isByteSized - Return true if the bit size is a multiple of 8.
519 bool isByteSized() const {
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]

Completed in 1712 milliseconds

1 2