OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isABI
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp
350
bool
isABI
= (nvptxSubtarget.getSmVersion() >= 20);
351
assert(
isABI
&& "Non-ABI compilation is not supported");
352
if (!
isABI
)
506
bool
isABI
= (nvptxSubtarget.getSmVersion() >= 20);
507
assert(
isABI
&& "Non-ABI compilation is not supported");
508
if (!
isABI
)
[
all
...]
NVPTXAsmPrinter.cpp
420
bool
isABI
= (nvptxSubtarget.getSmVersion() >= 20);
427
if (
isABI
) {
[
all
...]
Completed in 429 milliseconds