Home
last modified time | relevance | path

Searched defs:ControlledNopLength (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCFragment.h374 int64_t ControlledNopLength; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCFragment.h378 int64_t ControlledNopLength; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCFragment.h378 int64_t ControlledNopLength; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCFragment.h378 int64_t ControlledNopLength; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCFragment.h378 int64_t ControlledNopLength; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCAssembler.cpp631 int64_t ControlledNopLength = NF.getControlledNopLength(); in writeFragment() local
H A DMCObjectStreamer.cpp887 void MCObjectStreamer::emitNops(int64_t NumBytes, int64_t ControlledNopLength, in emitNops()