OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLiteralConstant
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/R600/
SIInstrInfo.h
111
bool
isLiteralConstant
(const MachineOperand &MO) const;
SIInstrInfo.cpp
523
bool SIInstrInfo::
isLiteralConstant
(const MachineOperand &MO) const {
624
if (
isLiteralConstant
(MO))
644
if (Src0Idx != -1 &&
isLiteralConstant
(MI->getOperand(Src0Idx))) {
648
if (Src1Idx != -1 &&
isLiteralConstant
(MI->getOperand(Src1Idx))) {
652
if (Src2Idx != -1 &&
isLiteralConstant
(MI->getOperand(Src2Idx))) {
919
} else if (!
isLiteralConstant
(MO)) {
[
all
...]
Completed in 337 milliseconds