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
325 AM.BaseGV ? AM.BaseGV->getType() :
358 if (AM.BaseGV) {
360 WriteAsOperand(OS, AM.BaseGV, /*PrintType=*/false);
792 if (F.AM.BaseGV)
    [all...]
CodeGenPrepare.cpp 883 // Add in the BaseGV if present.
884 if (AddrMode.BaseGV) {
885 Value *V = new PtrToIntInst(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/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 66 milliseconds