Searched refs:MemInst (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 618 ParseMemoryInst MemInst(Inst, TTI); in processNode() local 620 if (MemInst.isValid() && MemInst.isLoad()) { in processNode() 623 if (MemInst.isVolatile() || !MemInst.isUnordered()) { in processNode() 636 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode() 639 InVal.MatchingId == MemInst.getMatchingId() && in processNode() 641 !MemInst.isVolatile() && MemInst.isUnordered() && in processNode() 643 InVal.IsAtomic >= MemInst.isAtomic()) { in processNode() 659 MemInst.getPointerOperand(), in processNode() 660 LoadValue(Inst, CurrentGeneration, MemInst.getMatchingId(), in processNode() 661 MemInst.isAtomic(), MemInst.isInvariantLoad())); in processNode() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 949 ParseMemoryInst MemInst(Inst, TTI); in processNode() local 951 if (MemInst.isValid() && MemInst.isLoad()) { in processNode() 954 if (MemInst.isVolatile() || !MemInst.isUnordered()) { in processNode() 959 if (MemInst.isInvariantLoad()) { in processNode() 977 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode() 979 InVal.MatchingId == MemInst.getMatchingId() && in processNode() 981 !MemInst.isVolatile() && MemInst.isUnordered() && in processNode() 983 InVal.IsAtomic >= MemInst.isAtomic() && in processNode() 1007 MemInst.getPointerOperand(), in processNode() 1008 LoadValue(Inst, CurrentGeneration, MemInst.getMatchingId(), in processNode() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | X86FoldTablesEmitter.cpp | 96 const CodeGenInstruction *MemInst; member in __anond1d7e91e0111::X86FoldTablesEmitter::X86FoldTableEntry 106 const CodeGenInstruction *MemInst) in X86FoldTableEntry() argument 107 : RegInst(RegInst), MemInst(MemInst) {} in X86FoldTableEntry() 112 << ", X86::" << E.MemInst->TheDef->getName() << ", "; in operator <<() 310 const CodeGenInstruction *MemInst; member in __anond1d7e91e0111::IsMatch 314 : MemInst(Inst) {} in IsMatch() 317 Record *MemRec = MemInst->TheDef; in operator ()() 378 for (unsigned i = 0, e = MemInst->Operands.size(); i < e; i++) { in operator ()() 379 Record *MemOpRec = MemInst->Operands[i].Rec; in operator ()() 603 for (const CodeGenInstruction *MemInst : MemInsts) { in run() local [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMParallelDSP.cpp | 288 template<typename MemInst> 289 static bool AreSequentialAccesses(MemInst *MemOp0, MemInst *MemOp1, in AreSequentialAccesses()
|