Searched defs:ConstraintInfo (Results 1 – 4 of 4) sorted by relevance
123 struct ConstraintInfo { struct126 ConstraintPrefix Type = isInput;130 bool isEarlyClobber = false;136 int MatchingInput = -1;161 SubConstraintInfoVector multipleAlternatives; argument167 ConstraintInfo() = default; argument187 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString); argument
1087 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
268 class ConstraintInfo { global() class 276 ConstraintInfo(const DataLayout &DL, ArrayRef<Value *> FunctionArgs) ConstraintInfo() function in __anone11d5b640111::ConstraintInfo [all...]
5901 InlineAsm::ConstraintInfoVector ConstraintInfo = IA->ParseConstraints(); parseFunctionBody() local