Home
last modified time | relevance | path

Searched refs:setLowerBound (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp270 void setLowerBound(PrefixKind K) { Kind = K; } in setLowerBound() function in __anon182f77eb0111::X86OpcodePrefixHelper
982 Prefix.setLowerBound(XOP); in emitVEXOpcodePrefix()
986 Prefix.setLowerBound((MI.getFlags() & X86::IP_USE_VEX3) ? VEX3 : VEX2); in emitVEXOpcodePrefix()
989 Prefix.setLowerBound(EVEX); in emitVEXOpcodePrefix()
1357 Prefix.setLowerBound(REX); in emitREXPrefix()
1367 Prefix.setLowerBound(REX); in emitREXPrefix()
1372 Prefix.setLowerBound(REX); in emitREXPrefix()
1375 Prefix.setLowerBound(REX2); in emitREXPrefix()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h266 void setLowerBound(int64_t Value) override { LowerBound = Value; } in setLowerBound() function
H A DLVElement.h248 virtual void setLowerBound(int64_t Value) {} in setLowerBound() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp367 CurrentElement->setLowerBound(GetBoundValue(FormValue)); in processOneAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6949 setLowerBound(LowerBound); in ArraySectionExpr()
6962 setLowerBound(LowerBound); in ArraySectionExpr()
7042 void setLowerBound(Expr *E) { SubExprs[LOWER_BOUND] = E; } in setLowerBound() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp961 E->setLowerBound(Record.readSubExpr()); in VisitArraySectionExpr()