Searched refs:getAddr (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPHITransAddr.h59 Value *getAddr() const { return Addr; } function in class:llvm::PHITransAddr
H A DMemorySSA.h1228 if (Translator.getAddr() != Location.Ptr) {
1229 CurrentPair.second = Location.getWithNewPtr(Translator.getAddr());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1099 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad);
1183 if (VI == Visited.end() || VI->second == Pointer.getAddr())
1193 Value *Addr = Pointer.getAddr();
1270 Result.push_back(NonLocalDepResult(BB, Dep, Pointer.getAddr()));
1286 Visited.insert(std::make_pair(Pred, Pointer.getAddr()));
1296 if (InsertRes.first->second != Pointer.getAddr()) {
1338 // not translatable, in which case the getAddr() returns null.
1341 Value *PredPtrVal = PredPointer.getAddr();
1381 Value *PredPtrVal = PredPointer.getAddr();
1468 NonLocalDepResult(I.getBB(), I.getResult(), Pointer.getAddr()));
[all...]
H A DPHITransAddr.cpp372 return Tmp.getAddr();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h186 SDValue getAddr(NodeTy *N, SelectionDAG &DAG, bool IsLocal = true) const;
H A DRISCVISelLowering.cpp450 SDValue RISCVTargetLowering::getAddr(NodeTy *N, SelectionDAG &DAG, function in class:RISCVTargetLowering
500 SDValue Addr = getAddr(N, DAG, IsLocal);
516 return getAddr(N, DAG);
523 return getAddr(N, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h891 VPValue *getAddr() const {
1040 VPValue *getAddr() const {
H A DVPlan.cpp743 getAddr()->printAsOperand(O);
H A DLoopVectorize.cpp7257 (new VPInterleaveRecipe(IG, Recipe->getAddr(), Recipe->getMask()))
7342 getAddr()->printAsOperand(O);
7415 State.ILV->vectorizeInterleaveGroup(IG->getInsertPos(), State, getAddr(),
7503 State.ILV->vectorizeMemoryInstruction(&Instr, State, getAddr(), getMask());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h696 SDValue getAddr(NodeTy *N, SelectionDAG &DAG, unsigned Flags = 0) const;
H A DAArch64ISelLowering.cpp4527 SDValue AArch64TargetLowering::getAddr(NodeTy *N, SelectionDAG &DAG, function in class:AArch64TargetLowering
4529 LLVM_DEBUG(dbgs() << "AArch64TargetLowering::getAddr\n");
4572 Result = getAddr(GN, DAG, OpFlags);
4890 // This does the same as getAddr(), but without having a GlobalAddressSDNode.
5550 return getAddr(JT, DAG);
5582 return getAddr(CP, DAG);
5595 return getAddr(BA, DAG);

Completed in 361 milliseconds