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

  /external/llvm/lib/Analysis/
LoopUnrollAnalyzer.cpp 97 Value *AddrOp = I.getPointerOperand();
99 auto AddressIt = SimplifiedAddresses.find(AddrOp);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
LoopUnrollAnalyzer.cpp 96 Value *AddrOp = I.getPointerOperand();
98 auto AddressIt = SimplifiedAddresses.find(AddrOp);
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86MCInstLower.cpp 261 unsigned AddrOp = AddrBase + 3;
266 (Inst.getOperand(AddrOp).isExpr() || // address
267 Inst.getOperand(AddrOp).isImm())&&
280 if (Inst.getOperand(AddrOp).isExpr()) {
281 const MCExpr *MCE = Inst.getOperand(AddrOp).getExpr();
295 MCOperand Saved = Inst.getOperand(AddrOp);
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 311 unsigned AddrOp = AddrBase + 3;
317 (Inst.getOperand(AddrOp).isExpr() ||
318 Inst.getOperand(AddrOp).isImm()) &&
330 if (Inst.getOperand(AddrOp).isExpr()) {
331 const MCExpr *MCE = Inst.getOperand(AddrOp).getExpr();
344 MCOperand Saved = Inst.getOperand(AddrOp);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86MCInstLower.cpp 340 unsigned AddrOp = AddrBase + 3;
347 (Inst.getOperand(AddrOp).isExpr() || Inst.getOperand(AddrOp).isImm()) &&
359 if (Inst.getOperand(AddrOp).isExpr()) {
360 const MCExpr *MCE = Inst.getOperand(AddrOp).getExpr();
373 MCOperand Saved = Inst.getOperand(AddrOp);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]

Completed in 1251 milliseconds