/external/llvm-project/llvm/lib/IR/ |
D | ConstantRange.cpp | 96 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/ |
D | ConstantRange.cpp | 95 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/ |
D | ContextAttributes.java | 23 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
|
D | MapperConfigBase.java | 132 _attributes = ContextAttributes.getEmpty(); in MapperConfigBase()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/ |
D | AppleDataBox.java | 16 private static AppleDataBox getEmpty() { in getEmpty() method in AppleDataBox 24 AppleDataBox appleDataBox = getEmpty(); in getStringAppleDataBox()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | ConstantRange.h | 51 ConstantRange getEmpty() const { in getEmpty() function 73 static ConstantRange getEmpty(uint32_t BitWidth) { in getEmpty() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantRange.h | 51 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/ |
D | MyBean.java | 45 public List<Integer> getEmpty() { in getEmpty() method in MyBean
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue60/ |
D | SkipBean.java | 75 public List<File> getEmpty() { in getEmpty() method in SkipBean
|
/external/auto/value/src/main/java/com/google/auto/value/processor/ |
D | Optionalish.java | 93 public String getEmpty() { in getEmpty() method in Optionalish
|
/external/llvm-project/llvm/lib/Analysis/ |
D | StackSafetyAnalysis.cpp | 151 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()
|
D | BlockFrequencyInfoImpl.cpp | 812 Mass = BlockMass::getEmpty(); in updateLoopWithIrreducible()
|
/external/llvm-project/clang/test/Analysis/ |
D | generics.m | 43 + (instancetype)getEmpty; class 327 NSArray<NSNumber *> *a = [c getEmpty]; // expected-warning {{Conversion}}
|
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/ |
D | SPIRVTypes.h | 337 static StructType getEmpty(MLIRContext *context, StringRef identifier = "");
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 164 return ConstantRange::getEmpty(MaxIntegerBW + 1); in unknownRange()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 165 return ConstantRange::getEmpty(MaxIntegerBW + 1); in unknownRange()
|
/external/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 78 static BlockMass getEmpty() { return BlockMass(); } in getEmpty() function 600 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 89 static BlockMass getEmpty() { return BlockMass(); } in getEmpty() function 642 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 93 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/ |
D | Attributor.h | 1520 : BitWidth(BitWidth), Assumed(ConstantRange::getEmpty(BitWidth)), 1530 return ConstantRange::getEmpty(BitWidth);
|
/external/llvm-project/mlir/lib/IR/ |
D | MLIRContext.cpp | 843 DictionaryAttr DictionaryAttr::getEmpty(MLIRContext *context) { in getEmpty() function in DictionaryAttr
|
D | BuiltinAttributes.cpp | 140 return DictionaryAttr::getEmpty(context); in get() 158 return DictionaryAttr::getEmpty(context); in getWithSorted()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | BlockFrequencyInfoImpl.cpp | 797 Mass = BlockMass::getEmpty(); in updateLoopWithIrreducible()
|
/external/llvm/lib/Analysis/ |
D | BlockFrequencyInfoImpl.cpp | 753 Mass = BlockMass::getEmpty(); in updateLoopWithIrreducible()
|
/external/clang/include/clang/Basic/ |
D | Diagnostic.h | 954 static DiagnosticBuilder getEmpty() { in getEmpty() function
|