OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WidthB
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp
105
unsigned int WidthA = 0,
WidthB
= 0;
107
getMemOperandWithOffsetWidth(MIb, BaseOpB, OffsetB,
WidthB
, TRI)) {
111
int LowWidth = (LowOffset == OffsetA) ? WidthA :
WidthB
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstr.cpp
1282
uint64_t
WidthB
= MMOb->getSize();
1284
bool KnownWidthB =
WidthB
!= MemoryLocation::UnknownSize;
1304
int64_t LowWidth = (MinOffset == OffsetA) ? WidthA :
WidthB
;
1320
KnownWidthB ?
WidthB
+ OffsetB - MinOffset : MemoryLocation::UnknownSize;
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVInstrInfo.cpp
938
unsigned int WidthA = 0,
WidthB
= 0;
940
getMemOperandWithOffsetWidth(MIb, BaseOpB, OffsetB,
WidthB
, TRI)) {
944
int LowWidth = (LowOffset == OffsetA) ? WidthA :
WidthB
;
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp
1058
unsigned WidthA = 0,
WidthB
= 0;
1078
WidthB
, TRI)) {
1083
int LowWidth = (LowOffset == OffsetA) ? WidthA :
WidthB
;
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp
1987
int WidthA = MMOa->getSize(),
WidthB
= MMOb->getSize();
1990
int LowWidth = (LowOffset == OffsetA) ? WidthA :
WidthB
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp
4672
WidthB
= TyB->getPrimitiveSizeInBits();
4675
if (
WidthB
> WidthA) {
4676
MulWidth =
WidthB
;
4793
if (
WidthB
< MulWidth)
Completed in 68 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026