Searched refs:TargetConstraints (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp289 TargetLowering::AsmOperandInfoVector TargetConstraints = local
295 for (auto &T : TargetConstraints) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp738 TargetLowering::AsmOperandInfoVector TargetConstraints =
744 for (auto &TC : TargetConstraints) {
H A DSIISelLowering.cpp11670 TargetLowering::AsmOperandInfoVector TargetConstraints = ParseConstraints( local
11672 for (auto &TC : TargetConstraints) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4616 TargetLowering::AsmOperandInfoVector TargetConstraints = local
4619 for (unsigned i = 0, e = TargetConstraints.size(); i != e; ++i) {
4620 TargetLowering::AsmOperandInfo &OpInfo = TargetConstraints[i];
5378 TargetLowering::AsmOperandInfoVector TargetConstraints = local
5381 for (unsigned i = 0, e = TargetConstraints.size(); i != e; ++i) {
5382 TargetLowering::AsmOperandInfo &OpInfo = TargetConstraints[i];
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8076 TargetLowering::AsmOperandInfoVector TargetConstraints = TLI.ParseConstraints( local
8087 for (auto &T : TargetConstraints) {

Completed in 307 milliseconds