HomeSort by: relevance | last modified time | path
    Searched refs:getConstraintType (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFISelLowering.h 50 getConstraintType(StringRef Constraint) const override;
BPFISelLowering.cpp 224 BPFTargetLowering::getConstraintType(StringRef Constraint) const {
234 return TargetLowering::getConstraintType(Constraint);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
InlineAsmLowering.cpp 168 TLI->getConstraintType(OpInfo.Codes[i]);
212 OpInfo.ConstraintType = TLI->getConstraintType(OpInfo.ConstraintCode);
230 OpInfo.ConstraintType = TLI->getConstraintType(OpInfo.ConstraintCode);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRISelLowering.h 124 ConstraintType getConstraintType(StringRef Constraint) const override;
AVRISelLowering.cpp 1751 AVRTargetLowering::getConstraintType(StringRef Constraint) const {
1787 return TargetLowering::getConstraintType(Constraint);
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.h 159 ConstraintType getConstraintType(StringRef ConstraintStr) const override;
M68kISelLowering.cpp 2693 M68kTargetLowering::getConstraintType(StringRef Constraint) const {
2724 return TargetLowering::getConstraintType(Constraint);
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 108 getConstraintType(StringRef Constraint) const override;
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/Sparc/
SparcISelLowering.h 76 ConstraintType getConstraintType(StringRef Constraint) const override;
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.h 192 ConstraintType getConstraintType(StringRef Constraint) const override;
VEISelLowering.cpp 2602 VETargetLowering::getConstraintType(StringRef Constraint) const {
2611 return TargetLowering::getConstraintType(Constraint);
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 478 ConstraintType getConstraintType(StringRef Constraint) const override;
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/RISCV/
RISCVISelLowering.h 341 ConstraintType getConstraintType(StringRef Constraint) const override;
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 456 getConstraintType(StringRef Constraint) const override;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 1017 ConstraintType getConstraintType(StringRef Constraint) const override;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.h 413 ConstraintType getConstraintType(StringRef Constraint) const override;
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.h 510 ConstraintType getConstraintType(StringRef Constraint) const override;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 275 ConstraintType getConstraintType(StringRef Constraint) const override;
HexagonISelLowering.cpp 3288 HexagonTargetLowering::getConstraintType(StringRef Constraint) const {
3302 return TargetLowering::getConstraintType(Constraint);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.h 616 ConstraintType getConstraintType(StringRef Constraint) const override;
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.h 908 ConstraintType getConstraintType(StringRef Constraint) const override;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.h 1121 ConstraintType getConstraintType(StringRef Constraint) const override;

Completed in 46 milliseconds

1 2