Home
last modified time | relevance | path

Searched defs:Sem (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/sem/
Dsem.go24 type Sem struct { struct
25 Enums []*Enum
26 Types []*Type
27 TypeMatchers []*TypeMatcher
28 EnumMatchers []*EnumMatcher
29 Functions []*Function
31 MaxOpenTypes int
33 MaxOpenNumbers int
35 UniqueParameterNames []string
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOpDescriptor.cpp25 auto &Sem = T->getFltSemantics(); in makeConstantsWithType() local
/third_party/skia/third_party/externals/tint/src/
Dprogram.h94 const sem::Info& Sem() const { in Sem() function
Dprogram_builder.h253 sem::Info& Sem() { in Sem() function
259 const sem::Info& Sem() const { in Sem() function
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/gen/
Dpermutate.go34 func buildPermuter(s *sem.Sem) (*Permuter, error) {
Dintrinsic_table.go28 Sem *sem.Sem member
346 func buildIntrinsicTable(s *sem.Sem) (*IntrinsicTable, error) {
Dgenerate.go47 func Generate(s *sem.Sem, tmpl string, w io.Writer, writeFile WriteFile) error {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp130 auto &Sem = Op0->getType()->getFltSemantics(); in convertFCmp() local
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.h448 auto* Sem(const AST_OR_TYPE* ast) { in Sem() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp135 APFloatBase::SemanticsToEnum(const llvm::fltSemantics &Sem) { in SemanticsToEnum()
205 unsigned APFloatBase::getSizeInBits(const fltSemantics &Sem) { in getSizeInBits()
3308 void IEEEFloat::initFromAPInt(const fltSemantics *Sem, const APInt &api) { in initFromAPInt()
3377 IEEEFloat::IEEEFloat(const fltSemantics &Sem, const APInt &API) { in IEEEFloat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp241 void FAddendCoef::convertToFpType(const fltSemantics &Sem) { in convertToFpType()
255 APFloat FAddendCoef::createAPFloatFromInt(const fltSemantics &Sem, int Val) { in createAPFloatFromInt()
DInstCombineCasts.cpp1452 static bool fitsInFPType(ConstantFP *CFP, const fltSemantics &Sem) { in fitsInFPType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp844 const fltSemantics &Sem = CE->getOperand(0)->getType()->getFltSemantics(); in getConstantValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp20457 const fltSemantics &Sem = SelectionDAG::EVTToAPFloatSemantics(VT); in LowerFABSorFNEG() local
20500 const fltSemantics &Sem = SelectionDAG::EVTToAPFloatSemantics(VT); in LowerFCOPYSIGN() local