Home
last modified time | relevance | path

Searched defs:setType (Results 26 - 33 of 33) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp182 void MachineRegisterInfo::setType(unsigned VReg, LLT Ty) { in setType() function in MachineRegisterInfo
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DAPIInfo.java186 public void setType(int typ, int val) { setType() method in APIInfo
200 private void setType(int typ, String val) { setType() method in APIInfo
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DIntermNode.h325 void setType(const TType &t) { mType = t; } in setType() function in sh::TIntermExpression
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dintermediate.h310 virtual void setType(const TType& t) { type = t; } in setType() function in TIntermTyped
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir.h913 inline void setType(DataType type) { dType = sType = type; } in setType() function in nv50_ir::Instruction
915 inline void setType(DataType dtype, DataType stype) in setType() function in nv50_ir::Instruction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h837 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function
857 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function
930 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function
947 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function
963 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
980 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h1004 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function
1024 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function
1095 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function
1112 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function
1131 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
1148 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
/third_party/glslang/glslang/Include/
H A Dintermediate.h1194 virtual void setType(const TType& t) { type.shallowCopy(t); } in setType() function in glslang::TIntermTyped

Completed in 22 milliseconds

12