/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCInstrDesc.h | 80 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } in isPredicate() function 307 if (OpInfo[i].isPredicate()) in findFirstPredOperandIdx()
|
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 82 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } in isPredicate() function 540 if (OpInfo[i].isPredicate()) in findFirstPredOperandIdx()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 93 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } in isPredicate() function 582 if (OpInfo[i].isPredicate()) in findFirstPredOperandIdx()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonEarlyIfConv.cpp | 194 bool isPredicate(unsigned R) const; 391 if (!isPredicate(R)) in isValidCandidate() 442 if (isPredicate(DefR)) in isValid() 498 if (isPredicate(R)) in countPredicateDefs() 698 bool HexagonEarlyIfConversion::isPredicate(unsigned R) const { in isPredicate() function in HexagonEarlyIfConversion
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 659 if (SkipPred && MCID.OpInfo[i].isPredicate()) in ReduceTo2Addr() 687 if (MCID.OpInfo[i].isPredicate()) in ReduceToNarrow() 697 !MCID.OpInfo[i].isPredicate()) { in ReduceToNarrow() 757 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate()); in ReduceToNarrow()
|
D | ARMCodeEmitter.cpp | 1332 !MCID.OpInfo[OpIdx].isPredicate() && in emitMulFrmInstruction() 1369 !MCID.OpInfo[OpIdx].isPredicate() && in emitExtendInstruction() 1398 MCID.OpInfo[OpIdx].isPredicate() || in emitMiscArithInstruction() 1612 MCID.OpInfo[OpIdx].isPredicate() || in emitVFPArithInstruction()
|
D | ARMFastISel.cpp | 245 if (MCID.OpInfo[i].isPredicate()) in isARMNEONPred()
|
/external/llvm/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 797 if (SkipPred && MCID.OpInfo[i].isPredicate()) in ReduceTo2Addr() 830 if (MCID.OpInfo[i].isPredicate()) in ReduceToNarrow() 840 !MCID.OpInfo[i].isPredicate()) { in ReduceToNarrow() 900 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate()); in ReduceToNarrow()
|
D | ARMFastISel.cpp | 245 if (MCID.OpInfo[i].isPredicate()) in isARMNEONPred()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 823 if (SkipPred && MCID.OpInfo[i].isPredicate()) in ReduceTo2Addr() 857 if (MCID.OpInfo[i].isPredicate()) in ReduceToNarrow() 867 !MCID.OpInfo[i].isPredicate()) { in ReduceToNarrow() 923 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate()); in ReduceToNarrow()
|
D | ARMFastISel.cpp | 275 if (opInfo.isPredicate()) in isARMNEONPred()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 343 bool isPredicate() const { return OpKind == MO_Predicate; } in isPredicate() function 578 assert(isPredicate() && "Wrong MachineOperand accessor"); in getPredicate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/ |
D | MachineOperandTest.cpp | 392 ASSERT_TRUE(MO.isPredicate()); in TEST()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineInstr.cpp | 979 if (MCID.OpInfo[i].isPredicate()) in findFirstPredOperandIdx() 1125 if (MCID.OpInfo[i].isPredicate()) { in copyPredicates() 1447 if (MCOI.isPredicate()) in print()
|
D | TargetInstrInfoImpl.cpp | 147 if (MCID.OpInfo[i].isPredicate()) { in PredicateInstruction()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.cpp | 522 i != e && !DefDesc.OpInfo[i].isPredicate(); ++i) in optimizeSelect()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.cpp | 520 i != e && !DefDesc.OpInfo[i].isPredicate(); ++i) in optimizeSelect()
|
/external/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 1377 if (MCID.OpInfo[i].isPredicate()) in findFirstPredOperandIdx() 1800 if (MCOI.isPredicate()) in print()
|
D | TargetInstrInfo.cpp | 288 if (MCID.OpInfo[i].isPredicate()) { in PredicateInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 324 if (MCID.OpInfo[i].isPredicate()) { in PredicateInstruction()
|
D | MachineInstr.cpp | 850 if (MCID.OpInfo[i].isPredicate()) in findFirstPredOperandIdx()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 572 if (i > 0 && OpInfo[i-1].isPredicate()) continue; in AddThumb1SBit() 638 if (OpInfo[i].isPredicate()) { in AddThumbPredicate() 676 if (OpInfo[i].isPredicate() ) { in UpdateThumbVFPPredicate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 563 if (i > 0 && OpInfo[i-1].isPredicate()) continue; in AddThumb1SBit() 633 if (OpInfo[i].isPredicate()) { in AddThumbPredicate() 671 if (OpInfo[i].isPredicate() ) { in UpdateThumbVFPPredicate()
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 580 if (i > 0 && OpInfo[i-1].isPredicate()) continue; in AddThumb1SBit() 650 if (OpInfo[i].isPredicate()) { in AddThumbPredicate() 686 if (OpInfo[i].isPredicate() ) { in UpdateThumbVFPPredicate()
|
/external/libxml2/ |
D | xpath.c | 962 int isPredicate); 13988 int isPredicate) in xmlXPathCompOpEvalToBoolean() argument 13999 if (isPredicate) in xmlXPathCompOpEvalToBoolean() 14046 } else if (isPredicate) { in xmlXPathCompOpEvalToBoolean()
|