HomeSort by relevance Sort by last modified time
    Searched refs:Pred (Results 251 - 275 of 354) sorted by null

<<1112131415

  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 740 ICmpInst::Predicate Pred = Cond->getPredicate();
741 if ((Pred == ICmpInst::ICMP_NE && BI->getSuccessor(0) == LoopEntry) ||
742 (Pred == ICmpInst::ICMP_EQ && BI->getSuccessor(1) == LoopEntry))
    [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonGenPredicate.cpp 10 #define DEBUG_TYPE "gen-pred"
106 INITIALIZE_PASS_BEGIN(HexagonGenPredicate, "hexagon-gen-pred",
109 INITIALIZE_PASS_END(HexagonGenPredicate, "hexagon-gen-pred",
410 Register Pred = getPredRegFor(GPR);
411 MIB.addReg(Pred.R, 0, Pred.S);
447 // Such sequences can be generated when a copy-into-pred is generated from
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 168 ARMCC::CondCodes Pred = (ARMCC::CondCodes)MI->getOperand(NumOps-1).getImm();
182 .addImm(Pred).addReg(0).addReg(0);
189 .addImm(Pred).addReg(0).addReg(0);
194 .addImm(Pred).addReg(0).addReg(0);
205 .addImm(Pred).addReg(0).addReg(0);
210 .addImm(Pred).addReg(0).addReg(0);
220 .addReg(WBReg).addImm(0).addImm(Pred);
224 .addReg(WBReg).addReg(0).addImm(0).addImm(Pred);
231 .addReg(BaseReg).addImm(0).addImm(Pred);
235 .addReg(BaseReg).addReg(0).addImm(0).addImm(Pred);
    [all...]
ARMISelDAGToDAG.cpp 136 bool SelectCMOVPred(SDValue N, SDValue &Pred, SDValue &Reg) {
138 Pred = CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(N), MVT::i32);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 293 ExplodedNode *Pred,
298 ExplodedNodeSet &Dst, ExplodedNode *Pred,
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 447 const ExplodedNode *Pred,
460 if (isInitializationOfVar(Pred, VR)) {
461 StoreSite = Pred;
468 if (Optional<PostInitializer> PIP = Pred->getLocationAs<PostInitializer>()) {
471 StoreSite = Pred;
477 // (1) Succ has this binding and Pred does not, i.e. this is
485 if (Pred->getState()->getSVal(R) == V) {
808 const ExplodedNode *Pred,
823 if (!Pred->getState()->isNull(V).isConstrainedTrue()) {
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
WinEHPrepare.cpp 516 for (const BasicBlock *Pred : predecessors(Pad->getParent())) {
517 if ((Pred = getEHPadFromPredecessor(Pred, ParentPad)))
518 Worklist.emplace_back(Pred->getFirstNonPHI(), PredState);
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 310 void addPred(BasicBlock *Pred) { Preds.push_back(Pred); }
    [all...]
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 274 static void AddPHIOperand(PHINode *PHI, Value *Val, BasicBlock *Pred) {
275 PHI->addIncoming(Val, Pred);
  /external/llvm/utils/TableGen/
DAGISelMatcher.cpp 97 CheckPredicateMatcher::CheckPredicateMatcher(const TreePredicateFn &pred)
98 : Matcher(CheckPredicate), Pred(pred.getOrigPatFragRecord()) {}
101 return TreePredicateFn(Pred);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
finder.hpp 557 PredicateT Pred,
559 m_Pred(Pred), m_eCompress(eCompress) {}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 350 template<typename Pred>
352 erase_if(Pred);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 357 template<typename Pred>
359 erase_if(Pred);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 350 template<typename Pred>
352 erase_if(Pred);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 357 template<typename Pred>
359 erase_if(Pred);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 350 template<typename Pred>
352 erase_if(Pred);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 357 template<typename Pred>
359 erase_if(Pred);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 350 template<typename Pred>
352 erase_if(Pred);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 357 template<typename Pred>
359 erase_if(Pred);
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 100 /// method is called when we're about to delete Pred as a predecessor of BB. If
101 /// BB contains any PHI nodes, this drops the entries in the PHI nodes for Pred.
110 void RemovePredecessorAndSimplify(BasicBlock *BB, BasicBlock *Pred);
  /external/llvm/lib/IR/
ConstantRange.cpp 54 ConstantRange ConstantRange::makeAllowedICmpRegion(CmpInst::Predicate Pred,
60 switch (Pred) {
120 ConstantRange ConstantRange::makeSatisfyingICmpRegion(CmpInst::Predicate Pred,
126 return makeAllowedICmpRegion(CmpInst::getInversePredicate(Pred), CR)
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 169 ArrayRef<MachineOperand> Pred) const override;
  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.cpp 824 // Note : we leave PRED* instructions there.
991 std::vector<MachineOperand> &Pred) const {
1005 ArrayRef<MachineOperand> Pred) const {
1015 .setReg(Pred[2].getReg());
1017 .setReg(Pred[2].getReg());
1019 .setReg(Pred[2].getReg());
1021 .setReg(Pred[2].getReg());
    [all...]

Completed in 464 milliseconds

<<1112131415