Home
last modified time | relevance | path

Searched defs:FillValue (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/llvm/lib/MC/
H A DMCObjectStreamer.cpp493 void MCObjectStreamer::emitFill(uint64_t NumBytes, uint8_t FillValue) { in emitFill()
500 void MCObjectStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill()
H A DMCAsmStreamer.cpp874 void MCAsmStreamer::emitFill(uint64_t NumBytes, uint8_t FillValue) { in emitFill()
881 void MCAsmStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill()
H A DMCStreamer.cpp140 void MCStreamer::emitFill(uint64_t NumBytes, uint8_t FillValue) { in emitFill()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.h122 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp144 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp245 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill()
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/gtl/
H A Dflatmap.h164 void FillValue() { new (space_) value_type(b_->key(i_), b_->val(i_)); } in FillValue() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCObjectStreamer.cpp702 void MCObjectStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill()
H A DMCAsmStreamer.cpp1098 void MCAsmStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill()
H A DMCStreamer.cpp203 void MCStreamer::emitFill(uint64_t NumBytes, uint8_t FillValue) { in emitFill()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCObjectStreamer.cpp848 void MCObjectStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill()
H A DMCAsmStreamer.cpp1374 void MCAsmStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill()
H A DMCStreamer.cpp221 void MCStreamer::emitFill(uint64_t NumBytes, uint8_t FillValue) { in emitFill()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp469 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp476 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill()
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp803 auto *FillValue = dyn_cast<ConstantInt>(Memset->getArgOperand(1)); in foldMallocMemset() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1191 auto *FillValue = dyn_cast<ConstantInt>(Memset->getArgOperand(1)); in foldMallocMemset() local