Home
last modified time | relevance | path

Searched defs:ConstraintInfo (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h123 struct ConstraintInfo { struct
126 ConstraintPrefix Type = isInput;
130 bool isEarlyClobber = false;
136 int MatchingInput = -1;
161 SubConstraintInfoVector multipleAlternatives; argument
167 ConstraintInfo() = default; argument
187 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString); argument
/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1087 struct ConstraintInfo { global() struct
1109 ConstraintInfoConstraintInfo ConstraintInfo() argument
1116 getConstraintStrConstraintInfo getConstraintStr() argument
1117 getNameConstraintInfo getName() argument
1118 isReadWriteConstraintInfo isReadWrite() argument
1119 earlyClobberConstraintInfo earlyClobber() argument
1120 allowsRegisterConstraintInfo allowsRegister() argument
1121 allowsMemoryConstraintInfo allowsMemory() argument
1125 hasMatchingInputConstraintInfo hasMatchingInput() argument
1132 hasTiedOperandConstraintInfo hasTiedOperand() argument
1133 getTiedOperandConstraintInfo getTiedOperand() argument
1138 requiresImmediateConstantConstraintInfo requiresImmediateConstant() argument
1141 isValidAsmImmediateConstraintInfo isValidAsmImmediate() argument
1148 setIsReadWriteConstraintInfo setIsReadWrite() argument
1149 setEarlyClobberConstraintInfo setEarlyClobber() argument
1150 setAllowsMemoryConstraintInfo setAllowsMemory() argument
1151 setAllowsRegisterConstraintInfo setAllowsRegister() argument
1152 setHasMatchingInputConstraintInfo setHasMatchingInput() argument
1176 setTiedOperandConstraintInfo setTiedOperand() argument
/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp268 class ConstraintInfo { global() class
276 ConstraintInfo(const DataLayout &DL, ArrayRef<Value *> FunctionArgs) ConstraintInfo() function in __anone11d5b640111::ConstraintInfo
[all...]
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5901 InlineAsm::ConstraintInfoVector ConstraintInfo = IA->ParseConstraints(); parseFunctionBody() local