OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConstraintType
(Results
1 - 25
of
56
) sorted by null
1
2
3
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelLowering.h
42
ConstraintType
getConstraintType
(const std::string &Constraint) const;
BlackfinISelLowering.cpp
508
///
getConstraintType
- Given a constraint letter, return the type of
511
BlackfinTargetLowering::
getConstraintType
(const std::string &Constraint) const {
513
return TargetLowering::
getConstraintType
(Constraint);
548
return TargetLowering::
getConstraintType
(Constraint);
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.h
65
ConstraintType
getConstraintType
(const std::string &Constraint) const;
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelLowering.h
90
ConstraintType
getConstraintType
(const std::string &Constraint) const;
/external/llvm/lib/Target/AVR/
AVRISelLowering.h
99
ConstraintType
getConstraintType
(StringRef Constraint) const override;
/external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h
101
getConstraintType
(StringRef Constraint) const override;
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.h
133
ConstraintType
getConstraintType
(const std::string &ConstraintLetter) const;
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.h
165
ConstraintType
getConstraintType
(const std::string &Constraint) const;
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.h
98
getConstraintType
(const std::string &Constraint) const;
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.h
171
ConstraintType
getConstraintType
(const std::string &Constraint) const;
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.h
72
getConstraintType
(const std::string &Constraint) const;
SystemZISelLowering.cpp
192
///
getConstraintType
- Given a constraint letter, return the type of
195
SystemZTargetLowering::
getConstraintType
(const std::string &Constraint) const {
204
return TargetLowering::
getConstraintType
(Constraint);
[
all
...]
/external/llvm/lib/Target/AMDGPU/
SIISelLowering.h
155
ConstraintType
getConstraintType
(StringRef Constraint) const override;
/external/llvm/lib/Target/Sparc/
SparcISelLowering.h
80
ConstraintType
getConstraintType
(StringRef Constraint) const override;
/external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h
211
ConstraintType
getConstraintType
(StringRef Constraint) const override;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp
134
TargetLowering::ConstraintType CType = TLI.
getConstraintType
(CI.Codes[j]);
/external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h
475
ConstraintType
getConstraintType
(StringRef Constraint) const override;
/external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h
407
getConstraintType
(StringRef Constraint) const override;
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.h
315
ConstraintType
getConstraintType
(const std::string &Constraint) const;
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.h
312
ConstraintType
getConstraintType
(const std::string &Constraint) const;
/external/llvm/lib/CodeGen/
Analysis.cpp
145
TargetLowering::ConstraintType CType = TLI.
getConstraintType
(CI.Codes[j]);
/external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h
530
ConstraintType
getConstraintType
(StringRef Constraint) const override;
/external/llvm/lib/Target/ARM/
ARMISelLowering.h
330
ConstraintType
getConstraintType
(StringRef Constraint) const override;
/external/llvm/lib/Target/Mips/
MipsISelLowering.h
517
ConstraintType
getConstraintType
(StringRef Constraint) const override;
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.h
615
ConstraintType
getConstraintType
(const std::string &Constraint) const;
[
all
...]
Completed in 1171 milliseconds
1
2
3