Searched refs:ParseConstraints (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h184 /// ParseConstraints - Split up the constraint string into the specific
187 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString);
189 /// ParseConstraints - Parse the constraints of this inlineasm object,
190 /// returning them the same way that ParseConstraints(str) does.
191 ConstraintInfoVector ParseConstraints() const { function in class:llvm::final
192 return ParseConstraints(Constraints);
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp235 InlineAsm::ParseConstraints(StringRef Constraints) { function in class:InlineAsm
277 ConstraintInfoVector Constraints = ParseConstraints(ConstStr);
H A DVerifier.cpp2381 for (const InlineAsm::ConstraintInfo &CI : IA->ParseConstraints()) {
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp395 static void ParseConstraints(StringRef CStr, CGIOperandList &Ops, Record *Rec) { function
494 ParseConstraints(R->getValueAsString("Constraints"), Operands, R);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp189 TLI->ParseConstraints(Fn->getParent()->getDataLayout(), TRI,
H A DTargetLowering.cpp5609 TargetLowering::ParseConstraints(const DataLayout &DL, function in class:TargetLowering
5623 for (InlineAsm::ConstraintInfo &CI : IA->ParseConstraints()) {
H A DSelectionDAGBuilder.cpp9270 TargetLowering::AsmOperandInfoVector TargetConstraints = TLI.ParseConstraints(
12077 TLI.ParseConstraints(DAG.getDataLayout(), TRI, *CBR);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp232 TLI->ParseConstraints(DL, TRI, Call);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp761 for (const auto &CI : IA->ParseConstraints()) {
H A DAMDGPUTargetTransformInfo.cpp856 TLI->ParseConstraints(DL, ST->getRegisterInfo(), *CI);
H A DSIISelLowering.cpp15977 TargetLowering::AsmOperandInfoVector TargetConstraints = ParseConstraints(
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5084 TLI.ParseConstraints(F->getParent()->getDataLayout(), &TRI, *CI);
5895 TLI->ParseConstraints(*DL, TRI, *CS);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4838 virtual AsmOperandInfoVector ParseConstraints(const DataLayout &DL,
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4598 for (const InlineAsm::ConstraintInfo &CI : IA->ParseConstraints()) {
5723 InlineAsm::ConstraintInfoVector ConstraintInfo = IA->ParseConstraints();
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4588 InlineAsm::ConstraintInfoVector Constraints = IA->ParseConstraints();
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 621 milliseconds