HomeSort by relevance Sort by last modified time
    Searched refs:AddressingModeMatcher (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
AddrModeMatcher.h 10 // AddressingModeMatcher - This class exposes a single public method, which is
55 class AddressingModeMatcher {
73 AddressingModeMatcher(SmallVectorImpl<Instruction*> &AMI,
91 AddressingModeMatcher(AddrModeInsts, TLI, AccessTy,
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
AddrModeMatcher.cpp 67 bool AddressingModeMatcher::MatchScaledValue(Value *ScaleReg, int64_t Scale,
153 bool AddressingModeMatcher::MatchOperationAddr(User *AddrInst, unsigned Opcode,
310 bool AddressingModeMatcher::MatchAddr(Value *Addr, unsigned Depth) {
457 bool AddressingModeMatcher::ValueAlreadyLiveAtInst(Value *Val,Value *KnownLive1,
509 bool AddressingModeMatcher::
567 AddressingModeMatcher Matcher(MatchedAddrModeInsts, TLI, AddressAccessTy,
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CodeGenPrepare.cpp 753 AddressingModeMatcher::Match(V, AccessTy, MemoryInst,
774 // to keep the cost modeling heuristics in AddressingModeMatcher
    [all...]

Completed in 1245 milliseconds