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

  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 583 Value *CallOperandVal = info.CallOperandVal;
586 if (!CallOperandVal)
588 Type *type = CallOperandVal->getType();
599 if (CallOperandVal->getType()->isIntegerTy())
609 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
615 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
621 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
627 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
633 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 603 milliseconds