Home
last modified time | relevance | path

Searched refs:getEmpty (Results 1 – 25 of 38) sorted by relevance

12

/external/llvm-project/llvm/lib/IR/
DConstantRange.cpp96 return getEmpty(W); in makeAllowedICmpRegion()
102 return getEmpty(W); in makeAllowedICmpRegion()
112 return getEmpty(W); in makeAllowedICmpRegion()
118 return getEmpty(W); in makeAllowedICmpRegion()
480 return getEmpty(); in intersectWith()
503 return getEmpty(); in intersectWith()
526 return getEmpty(); in intersectWith()
686 if (isEmptySet()) return getEmpty(DstTySize); in zeroExtend()
703 if (isEmptySet()) return getEmpty(DstTySize); in signExtend()
723 return getEmpty(DstTySize); in truncate()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp95 return getEmpty(W); in makeAllowedICmpRegion()
101 return getEmpty(W); in makeAllowedICmpRegion()
111 return getEmpty(W); in makeAllowedICmpRegion()
117 return getEmpty(W); in makeAllowedICmpRegion()
464 return getEmpty(); in intersectWith()
487 return getEmpty(); in intersectWith()
510 return getEmpty(); in intersectWith()
670 if (isEmptySet()) return getEmpty(DstTySize); in zeroExtend()
687 if (isEmptySet()) return getEmpty(DstTySize); in signExtend()
707 return getEmpty(DstTySize); in truncate()
[all …]
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DContextAttributes.java23 public static ContextAttributes getEmpty() { in getEmpty() method in ContextAttributes
24 return Impl.getEmpty(); in getEmpty()
102 public static ContextAttributes getEmpty() { in getEmpty() method in ContextAttributes.Impl
DMapperConfigBase.java132 _attributes = ContextAttributes.getEmpty(); in MapperConfigBase()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
DAppleDataBox.java16 private static AppleDataBox getEmpty() { in getEmpty() method in AppleDataBox
24 AppleDataBox appleDataBox = getEmpty(); in getStringAppleDataBox()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h51 ConstantRange getEmpty() const { in getEmpty() function
73 static ConstantRange getEmpty(uint32_t BitWidth) { in getEmpty() function
/external/llvm-project/llvm/include/llvm/IR/
DConstantRange.h51 ConstantRange getEmpty() const { in getEmpty() function
73 static ConstantRange getEmpty(uint32_t BitWidth) { in getEmpty() function
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/template/
DMyBean.java45 public List<Integer> getEmpty() { in getEmpty() method in MyBean
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue60/
DSkipBean.java75 public List<File> getEmpty() { in getEmpty() method in SkipBean
/external/auto/value/src/main/java/com/google/auto/value/processor/
DOptionalish.java93 public String getEmpty() { in getEmpty() method in Optionalish
/external/kotlinc/lib/
Dkotlin-script-runtime.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-script- ...
/external/llvm-project/llvm/lib/Analysis/
DStackSafetyAnalysis.cpp151 ConstantRange R = ConstantRange::getEmpty(PointerSize); in getStaticAllocaSizeRange()
278 return ConstantRange::getEmpty(PointerSize); in getAccessRange()
306 return ConstantRange::getEmpty(PointerSize); in getMemIntrinsicAccessRange()
309 return ConstantRange::getEmpty(PointerSize); in getMemIntrinsicAccessRange()
DBlockFrequencyInfoImpl.cpp812 Mass = BlockMass::getEmpty(); in updateLoopWithIrreducible()
/external/llvm-project/clang/test/Analysis/
Dgenerics.m43 + (instancetype)getEmpty; class
327 NSArray<NSNumber *> *a = [c getEmpty]; // expected-warning {{Conversion}}
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVTypes.h337 static StructType getEmpty(MLIRContext *context, StringRef identifier = "");
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h78 static BlockMass getEmpty() { return BlockMass(); } in getEmpty() function
600 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
/external/llvm-project/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp164 return ConstantRange::getEmpty(MaxIntegerBW + 1); in unknownRange()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp165 return ConstantRange::getEmpty(MaxIntegerBW + 1); in unknownRange()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h89 static BlockMass getEmpty() { return BlockMass(); } in getEmpty() function
642 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
/external/llvm-project/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h93 static BlockMass getEmpty() { return BlockMass(); } in getEmpty() function
651 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DAttributor.h1520 : BitWidth(BitWidth), Assumed(ConstantRange::getEmpty(BitWidth)),
1530 return ConstantRange::getEmpty(BitWidth);
/external/llvm-project/mlir/lib/IR/
DBuiltinAttributes.cpp140 return DictionaryAttr::getEmpty(context); in get()
158 return DictionaryAttr::getEmpty(context); in getWithSorted()
DMLIRContext.cpp843 DictionaryAttr DictionaryAttr::getEmpty(MLIRContext *context) { in getEmpty() function in DictionaryAttr
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp753 Mass = BlockMass::getEmpty(); in updateLoopWithIrreducible()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp797 Mass = BlockMass::getEmpty(); in updateLoopWithIrreducible()

12