HomeSort by relevance Sort by last modified time
    Searched refs:CVT (Results 1 - 16 of 16) sorted by null

  /external/clang/test/Sema/
deref.c 37 typedef const void CVT;
38 extern CVT cv3;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
SimpleTypeSerializer.cpp 35 CVType CVT;
36 CVT.Type = static_cast<TypeLeafKind>(Record.getKind());
38 writeRecordPrefix(Writer, CVT.Type);
40 cantFail(Mapping.visitTypeBegin(CVT));
41 cantFail(Mapping.visitKnownRecord(CVT, Record));
42 cantFail(Mapping.visitTypeEnd(CVT));
48 Prefix->RecordKind = CVT.kind();
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/
get.pass.cpp 25 typedef const VT CVT;
37 typedef std::unique_ptr<CVT> U;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
TypeDeserializer.h 43 template <typename T> static Error deserializeAs(CVType &CVT, T &Record) {
44 Record.Kind = static_cast<TypeRecordKind>(CVT.kind());
45 MappingInfo I(CVT.content());
46 if (auto EC = I.Mapping.visitTypeBegin(CVT))
48 if (auto EC = I.Mapping.visitKnownRecord(CVT, Record))
50 if (auto EC = I.Mapping.visitTypeEnd(CVT))
62 CVType CVT(static_cast<TypeLeafKind>(K), Data);
63 if (auto EC = deserializeAs<T>(CVT, Record))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
NativeEnumSymbol.cpp 23 const codeview::CVType &CVT)
24 : NativeRawSymbol(Session, Id), CV(CVT),
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86SelectionDAGInfo.cpp 146 EVT CVT = Count.getValueType();
147 SDValue Left = DAG.getNode(ISD::AND, dl, CVT, Count,
148 DAG.getConstant((AVT == MVT::i64) ? 7 : 3, CVT));
149 Chain = DAG.getCopyToReg(Chain, dl, (CVT == MVT::i64) ? X86::RCX :
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 167 EVT CVT = Count.getValueType();
168 SDValue Left = DAG.getNode(ISD::AND, dl, CVT, Count,
170 CVT));
171 Chain = DAG.getCopyToReg(Chain, dl, (CVT == MVT::i64) ? X86::RCX : X86::ECX,
X86ISelLowering.cpp     [all...]
  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp 332 #define CVT(x) ((uint16_t)((x) >> 8))
333 red_orig[i] = CVT(red_orig[i]);
334 green_orig[i] = CVT(green_orig[i]);
335 blue_orig[i] = CVT(blue_orig[i]);
336 #undef CVT
  /external/llvm/utils/TableGen/
DAGISelMatcher.cpp 387 if (const CheckValueTypeMatcher *CVT = dyn_cast<CheckValueTypeMatcher>(M))
388 return CVT->getTypeName() != getTypeName();
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcher.cpp 405 if (const CheckValueTypeMatcher *CVT = dyn_cast<CheckValueTypeMatcher>(M))
406 return CVT->getTypeName() != getTypeName();
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DAGISelMatcher.cpp 386 if (const CheckValueTypeMatcher *CVT = dyn_cast<CheckValueTypeMatcher>(M))
387 return CVT->getTypeName() != getTypeName();
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_tgsi.cpp 811 NV50_IR_OPCODE_CASE(ROUND, CVT);
844 NV50_IR_OPCODE_CASE(I2F, CVT);
865 NV50_IR_OPCODE_CASE(F2I, CVT);
878 NV50_IR_OPCODE_CASE(F2U, CVT);
879 NV50_IR_OPCODE_CASE(U2F, CVT);
908 NV50_IR_OPCODE_CASE(D2I, CVT);
909 NV50_IR_OPCODE_CASE(D2U, CVT);
910 NV50_IR_OPCODE_CASE(I2D, CVT);
911 NV50_IR_OPCODE_CASE(U2D, CVT);
916 NV50_IR_OPCODE_CASE(DROUND, CVT);
    [all...]
  /external/pdfium/third_party/libtiff/
tif_getimage.c     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp 791 auto CVT = Err(LeafRecord::fromCodeViewRecord(T));
792 Result.push_back(CVT);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 890 milliseconds