HomeSort by relevance Sort by last modified time
    Searched defs:isTypeLegal (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 71 /// isTypeLegal - Return true if this type is legal on this target.
72 bool isTypeLegal(EVT VT) const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 68 bool isTypeLegal(EVT VT) const {
74 return VT.isSimple() && TLI.isTypeLegal(VT);
    [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 161 bool TargetTransformInfo::isTypeLegal(Type *Ty) const {
162 return TTIImpl->isTypeLegal(Ty);
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h 227 /// isTypeLegal - Return true if the target has native support for the
230 bool isTypeLegal(EVT VT) const {
381 return (VT == MVT::Other || isTypeLegal(VT)) &&
389 return (VT == MVT::Other || isTypeLegal(VT)) &&
425 return isTypeLegal(ValVT) && MemVT.isSimple() &&
513 } while (!isTypeLegal(NVT) ||
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 233 bool isTypeLegal(Type *Ty) { return false; }
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 155 bool isTypeLegal(Type *Ty) {
157 return getTLI()->isTypeLegal(VT);
200 return TLI->isTypeLegal(VT) &&
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 249 bool isTypeLegal(Type *Ty) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 142 bool isTypeLegal(Type *Ty) {
144 return getTLI()->isTypeLegal(VT);
187 return TLI->isTypeLegal(VT) &&
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 249 bool isTypeLegal(Type *Ty) { return false; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 142 bool isTypeLegal(Type *Ty) {
144 return getTLI()->isTypeLegal(VT);
187 return TLI->isTypeLegal(VT) &&
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfoImpl.h 266 bool isTypeLegal(Type *Ty) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
BasicTTIImpl.h 148 bool isTypeLegal(Type *Ty) {
150 return getTLI()->isTypeLegal(VT);
249 return TLI->isTypeLegal(VT) &&
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfoImpl.h 266 bool isTypeLegal(Type *Ty) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
BasicTTIImpl.h 148 bool isTypeLegal(Type *Ty) {
150 return getTLI()->isTypeLegal(VT);
249 return TLI->isTypeLegal(VT) &&
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfoImpl.h 275 bool isTypeLegal(Type *Ty) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
BasicTTIImpl.h 182 bool isTypeLegal(Type *Ty) {
184 return getTLI()->isTypeLegal(VT);
296 return TLI->isTypeLegal(VT) &&
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfoImpl.h 275 bool isTypeLegal(Type *Ty) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
BasicTTIImpl.h 182 bool isTypeLegal(Type *Ty) {
184 return getTLI()->isTypeLegal(VT);
296 return TLI->isTypeLegal(VT) &&
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfoImpl.h 275 bool isTypeLegal(Type *Ty) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
BasicTTIImpl.h 182 bool isTypeLegal(Type *Ty) {
184 return getTLI()->isTypeLegal(VT);
296 return TLI->isTypeLegal(VT) &&
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfoImpl.h 275 bool isTypeLegal(Type *Ty) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
BasicTTIImpl.h 182 bool isTypeLegal(Type *Ty) {
184 return getTLI()->isTypeLegal(VT);
296 return TLI->isTypeLegal(VT) &&
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfoImpl.h 266 bool isTypeLegal(Type *Ty) { return false; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
BasicTTIImpl.h 148 bool isTypeLegal(Type *Ty) {
150 return getTLI()->isTypeLegal(VT);
249 return TLI->isTypeLegal(VT) &&
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfoImpl.h 266 bool isTypeLegal(Type *Ty) { return false; }

Completed in 3127 milliseconds

1 2 3