Searched refs:getConstraintType (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Sparc/
H A DSparcISelLowering.h64 ConstraintType getConstraintType(const std::string &Constraint) const;
H A DSparcISelLowering.cpp1247 /// getConstraintType - Given a constraint letter, return the type of
1250 SparcTargetLowering::getConstraintType(const std::string &Constraint) const { function in class:SparcTargetLowering
1258 return TargetLowering::getConstraintType(Constraint);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A DNVPTXISelLowering.h98 ConstraintType getConstraintType(const std::string &Constraint) const;
H A DNVPTXISelLowering.cpp1240 /// getConstraintType - Given a constraint letter, return the type of
1243 NVPTXTargetLowering::getConstraintType(const std::string &Constraint) const { function in class:NVPTXTargetLowering
1259 return TargetLowering::getConstraintType(Constraint);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CellSPU/
H A DSPUISelLowering.h131 ConstraintType getConstraintType(const std::string &ConstraintLetter) const;
H A DSPUISelLowering.cpp3089 /// getConstraintType - Given a constraint letter, return the type of
3092 SPUTargetLowering::getConstraintType(const std::string &ConstraintLetter) const { function in class:SPUTargetLowering
3104 return TargetLowering::getConstraintType(ConstraintLetter);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/
H A DMBlazeISelLowering.h159 ConstraintType getConstraintType(const std::string &Constraint) const;
H A DMBlazeISelLowering.cpp1071 /// getConstraintType - Given a constraint letter, return the type of
1074 getConstraintType(const std::string &Constraint) const function in class:MBlazeTargetLowering
1091 return TargetLowering::getConstraintType(Constraint);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MSP430/
H A DMSP430ISelLowering.h98 getConstraintType(const std::string &Constraint) const;
H A DMSP430ISelLowering.cpp204 /// getConstraintType - Given a constraint letter, return the type of
207 MSP430TargetLowering::getConstraintType(const std::string &Constraint) const { function in class:MSP430TargetLowering
216 return TargetLowering::getConstraintType(Constraint);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.h231 ConstraintType getConstraintType(const std::string &Constraint) const;
H A DMipsISelLowering.cpp3510 /// getConstraintType - Given a constraint letter, return the type of
3513 getConstraintType(const std::string &Constraint) const function in class:MipsTargetLowering
3538 return TargetLowering::getConstraintType(Constraint);
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DAnalysis.cpp135 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.h335 ConstraintType getConstraintType(const std::string &Constraint) const;
H A DARMISelLowering.cpp9569 /// getConstraintType - Given a constraint letter, return the type of
9572 ARMTargetLowering::getConstraintType(const std::string &Constraint) const { function in class:ARMTargetLowering
9593 return TargetLowering::getConstraintType(Constraint);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.h318 ConstraintType getConstraintType(const std::string &Constraint) const;
H A DPPCISelLowering.cpp5752 /// getConstraintType - Given a constraint, return the type of
5755 PPCTargetLowering::getConstraintType(const std::string &Constraint) const { function in class:PPCTargetLowering
5767 return TargetLowering::getConstraintType(Constraint);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.h559 ConstraintType getConstraintType(const std::string &Constraint) const;
H A DX86ISelLowering.cpp16509 /// getConstraintType - Given a constraint letter, return the type of
16512 X86TargetLowering::getConstraintType(const std::string &Constraint) const { function in class:X86TargetLowering
16549 return TargetLowering::getConstraintType(Constraint);
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2709 TargetLowering::getConstraintType(const std::string &Constraint) const { function in class:TargetLowering
3184 TLI.getConstraintType(OpInfo.Codes[i]);
3232 OpInfo.ConstraintType = getConstraintType(OpInfo.ConstraintCode);
3252 OpInfo.ConstraintType = getConstraintType(OpInfo.ConstraintCode);
H A DSelectionDAGBuilder.cpp6004 CType = TLI.getConstraintType(OpInfo.Codes[j]);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h1581 /// getConstraintType - Given a constraint, return the type of constraint it
1583 virtual ConstraintType getConstraintType(const std::string &Constraint) const;

Completed in 1006 milliseconds