HomeSort by: relevance | last modified time | path
    Searched defs:BitField (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/XRay/
FDRTraceWriter.cpp 63 uint32_t BitField =
70 OS.write(BitField);
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
llvm_debuginfo.ml 84 | BitField
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGValue.h 171 BitField, // This is a bitfield l-value, use getBitfield*.
186 // BitField start bit and size
216 // to make the default bitfield pattern all-zeroes.
255 bool isBitField() const { return LVType == BitField; }
376 // bitfield lvalue
436 R.LVType = BitField;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 299 BitField,
351 Bitfield = 29,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 1871 // If \p Mask is is given it indicates bitfield position in the register.
8444 const SDValue BitField = DAG.getTargetConstant(Denorm32Reg, SL, MVT::i32);
8467 {EnableDenormValue, BitField, DAG.getEntryNode()});
8512 {DisableDenormValue, BitField, Fma4.getValue(1), Fma4.getValue(2)});

Completed in 25 milliseconds