Searched refs:ConstraintLetter (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1914 char ConstraintLetter = Constraint[0]; local
1915 switch (ConstraintLetter) {
1935 switch (ConstraintLetter) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp293 char ConstraintLetter = Constraint[0]; local
294 switch (ConstraintLetter) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4110 char ConstraintLetter = Constraint[0]; local
4111 switch (ConstraintLetter) {
4135 if ((GA = dyn_cast<GlobalAddressSDNode>(Op)) && ConstraintLetter != 'n') {
4141 ConstraintLetter != 's') {
4155 ConstraintLetter != 'n') {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3233 char ConstraintLetter = Constraint[0]; local
3234 switch (ConstraintLetter) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp4159 char ConstraintLetter = Constraint[0]; local
4160 switch (ConstraintLetter) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6357 char ConstraintLetter = Constraint[0]; local
6358 switch (ConstraintLetter) {
6405 switch (ConstraintLetter) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16035 char ConstraintLetter = Constraint[0]; local
16036 switch (ConstraintLetter) {
16052 switch (ConstraintLetter) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 457 milliseconds