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

  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 424 Value *CallOperandVal = info.CallOperandVal;
427 if (!CallOperandVal)
429 Type *type = CallOperandVal->getType();
440 if (CallOperandVal->getType()->isIntegerTy())
450 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
456 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
462 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
468 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
474 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.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...]

Completed in 401 milliseconds