OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Is32Bit
(Results
1 - 5
of
5
) sorted by null
/external/llvm/utils/TableGen/
X86RecognizableInstr.h
86
bool
Is32Bit
;
X86RecognizableInstr.cpp
235
Is32Bit
= false;
242
Is32Bit
= true;
898
UID,
Is32Bit
, IgnoresVEX_L, AddressSize);
904
UID,
Is32Bit
, IgnoresVEX_L, AddressSize);
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp
192
static bool isLargeIntegerTy(bool
Is32Bit
, Type *Ty) {
194
return ITy->getBitWidth() > (
Is32Bit
? 32U : 64U);
/external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp
65
static bool
is32Bit
(EVT VT) {
[
all
...]
/external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
[
all
...]
Completed in 139 milliseconds