HomeSort by: relevance | last modified time | path
    Searched defs:getConstraintType (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFISelLowering.cpp 224 BPFTargetLowering::getConstraintType(StringRef Constraint) const {
234 return TargetLowering::getConstraintType(Constraint);
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 378 /// getConstraintType - Given a constraint letter, return the type of
381 MSP430TargetLowering::getConstraintType(StringRef Constraint) const {
390 return TargetLowering::getConstraintType(Constraint);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRISelLowering.cpp 1751 AVRTargetLowering::getConstraintType(StringRef Constraint) const {
1787 return TargetLowering::getConstraintType(Constraint);
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.cpp 2693 M68kTargetLowering::getConstraintType(StringRef Constraint) const {
2724 return TargetLowering::getConstraintType(Constraint);
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 4231 /// getConstraintType - Given a constraint letter, return the type of
4234 NVPTXTargetLowering::getConstraintType(StringRef Constraint) const {
4251 return TargetLowering::getConstraintType(Constraint);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 3183 /// getConstraintType - Given a constraint letter, return the type of
3186 SparcTargetLowering::getConstraintType(StringRef Constraint) const {
3199 return TargetLowering::getConstraintType(Constraint);
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEISelLowering.cpp 2602 VETargetLowering::getConstraintType(StringRef Constraint) const {
2611 return TargetLowering::getConstraintType(Constraint);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.cpp 3896 /// getConstraintType - Given a constraint letter, return the type of
3899 MipsTargetLowering::getConstraintType(StringRef Constraint) const {
3929 return TargetLowering::getConstraintType(Constraint);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 4423 TargetLowering::getConstraintType(StringRef Constraint) const {
4929 TLI.getConstraintType(OpInfo.Codes[i]);
4983 OpInfo.ConstraintType = getConstraintType(OpInfo.ConstraintCode);
5006 OpInfo.ConstraintType = getConstraintType(OpInfo.ConstraintCode);
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 1009 SystemZTargetLowering::getConstraintType(StringRef Constraint) const {
1038 return TargetLowering::getConstraintType(Constraint);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 11602 SITargetLowering::getConstraintType(StringRef Constraint) const {
11615 return TargetLowering::getConstraintType(Constraint);
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 8014 /// getConstraintType - Given a constraint letter, return the type of
8017 RISCVTargetLowering::getConstraintType(StringRef Constraint) const {
8033 return TargetLowering::getConstraintType(Constraint);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 15512 /// getConstraintType - Given a constraint, return the type of
15515 PPCTargetLowering::getConstraintType(StringRef Constraint) const {
15542 return TargetLowering::getConstraintType(Constraint);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 7828 /// getConstraintType - Given a constraint letter, return the type of
7831 AArch64TargetLowering::getConstraintType(StringRef Constraint) const {
7860 return TargetLowering::getConstraintType(Constraint);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 18368 /// getConstraintType - Given a constraint letter, return the type of
18371 ARMTargetLowering::getConstraintType(StringRef Constraint) const {
18394 return TargetLowering::getConstraintType(Constraint);

Completed in 149 milliseconds