Home
last modified time | relevance | path

Searched defs:EType (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h68 : EType(ET), Opcode(O) {} in EType() function
273 MemoryExpression(unsigned NumOperands, enum ExpressionType EType, in MemoryExpression() argument
337 LoadExpression(enum ExpressionType EType,unsigned NumOperands,LoadInst * L,const MemoryAccess * MemoryLeader) LoadExpression() argument
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp384 if (const TargetExtType *EType = dyn_cast<TargetExtType>(Ty)) isSpecialOpaqueType() local
/llvm-project/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp564 emitCompressInstEmitter(raw_ostream & OS,EmitterType EType) emitCompressInstEmitter() argument
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp171 EType = ExprVectorElt; in checkExprMemoryConstraintCompat() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h254 enum EType { enum