HomeSort by relevance Sort by last modified time
    Searched refs:isTypeLegal (Results 76 - 100 of 114) sorted by null

1 2 34 5

  /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-4630689/include/llvm/Analysis/
TargetTransformInfoImpl.h 275 bool isTypeLegal(Type *Ty) { return false; }
  /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-4691093/include/llvm/Analysis/
TargetTransformInfoImpl.h 275 bool isTypeLegal(Type *Ty) { return false; }
  /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-4393122/include/llvm/Analysis/
TargetTransformInfoImpl.h 266 bool isTypeLegal(Type *Ty) { return false; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfoImpl.h 266 bool isTypeLegal(Type *Ty) { return false; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfoImpl.h 275 bool isTypeLegal(Type *Ty) { return false; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfoImpl.h 275 bool isTypeLegal(Type *Ty) { return false; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfoImpl.h 275 bool isTypeLegal(Type *Ty) { return false; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfoImpl.h 275 bool isTypeLegal(Type *Ty) { return false; }
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 108 if (TLI->isTypeLegal(VT))
227 if (i < NumResults && TLI->isTypeLegal(Node->getSimpleValueType(i))) {
    [all...]
LegalizeTypes.h 68 bool isTypeLegal(EVT VT) const {
74 return VT.isSimple() && TLI.isTypeLegal(VT);
    [all...]
DAGCombiner.cpp 503 bool isTypeLegal(const EVT &VT) {
505 return TLI.isTypeLegal(VT);
    [all...]
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 296 /// isTypeLegal - This method returns true if we are running before type
298 bool isTypeLegal(const EVT &VT) {
300 return TLI.isTypeLegal(VT);
    [all...]
InstrEmitter.cpp 88 if (TLI->isTypeLegal(VT))
    [all...]
LegalizeTypes.h 71 /// isTypeLegal - Return true if this type is legal on this target.
72 bool isTypeLegal(EVT VT) const {
    [all...]
SelectionDAGBuilder.cpp 298 TLI.isTypeLegal(ValueVT))
338 assert(TLI.isTypeLegal(PartVT) && "Copying to an illegal type!");
599 if (!TLI.isTypeLegal(RegisterVT))
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 321 if (!VecLT.second.isVector() || !TLI->isTypeLegal(DstVT))
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]

Completed in 1024 milliseconds

1 2 34 5