OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPredicate
(Results
1 - 11
of
11
) sorted by null
/external/llvm/include/llvm/MC/
MCInstrDesc.h
80
///
isPredicate
- Set if this is one of the operands that made up of
82
bool
isPredicate
() const { return Flags & (1 << MCOI::Predicate); }
567
if (OpInfo[i].
isPredicate
())
/external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp
732
if (SkipPred && MCID.OpInfo[i].
isPredicate
())
766
if (MCID.OpInfo[i].
isPredicate
())
776
!MCID.OpInfo[i].
isPredicate
()) {
836
bool isPred = (i < NumOps && MCID.OpInfo[i].
isPredicate
());
[
all
...]
ARMCodeEmitter.cpp
[
all
...]
ARMBaseInstrInfo.cpp
[
all
...]
ARMFastISel.cpp
261
if (MCID.OpInfo[i].
isPredicate
())
[
all
...]
/external/llvm/lib/CodeGen/
TargetInstrInfo.cpp
225
if (MCID.OpInfo[i].
isPredicate
()) {
MachineInstr.cpp
[
all
...]
/external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp
565
if (i > 0 && OpInfo[i-1].
isPredicate
()) continue;
629
if (OpInfo[i].
isPredicate
()) {
665
if (OpInfo[i].
isPredicate
() ) {
[
all
...]
/external/chromium_org/third_party/libxml/src/
xpath.c
604
int
isPredicate
);
[
all
...]
/external/libxml2/
xpath.c
605
int
isPredicate
);
[
all
...]
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 136 milliseconds