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

  /external/llvm/include/llvm/Transforms/Utils/
AddrModeMatcher.h 45 (BaseGV == O.BaseGV) && (BaseOffs == O.BaseOffs) &&
  /external/llvm/lib/Transforms/Utils/
AddrModeMatcher.cpp 32 if (BaseGV) {
35 WriteAsOperand(OS, BaseGV, /*PrintType=*/false);
319 if (AddrMode.BaseGV == 0) {
320 AddrMode.BaseGV = GV;
323 AddrMode.BaseGV = 0;
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 40 // TODO: Should TargetLowering::AddrMode::BaseGV be changed to a ConstantExpr
340 AM.BaseGV ? AM.BaseGV->getType() :
373 if (AM.BaseGV) {
375 WriteAsOperand(OS, AM.BaseGV, /*PrintType=*/false);
840 if (F.AM.BaseGV)
    [all...]
CodeGenPrepare.cpp 868 // Add in the BaseGV if present.
869 if (AddrMode.BaseGV) {
870 Value *V = Builder.CreatePtrToInt(AddrMode.BaseGV, IntPtrTy, "sunkaddr");
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 904 milliseconds