/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | InlineAsm.h | 177 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString); 181 ConstraintInfoVector ParseConstraints() const { in ParseConstraints() function 182 return ParseConstraints(Constraints); in ParseConstraints()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | InlineAsm.h | 176 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString); 180 ConstraintInfoVector ParseConstraints() const { in ParseConstraints() function 181 return ParseConstraints(Constraints); in ParseConstraints()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | InlineAsm.h | 186 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString); 190 ConstraintInfoVector ParseConstraints() const { in ParseConstraints() function 191 return ParseConstraints(Constraints); in ParseConstraints()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | InlineAsm.h | 187 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString); 191 ConstraintInfoVector ParseConstraints() const { in ParseConstraints() function 192 return ParseConstraints(Constraints); in ParseConstraints()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | InlineAsm.h | 187 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString); 191 ConstraintInfoVector ParseConstraints() const { in ParseConstraints() function 192 return ParseConstraints(Constraints); in ParseConstraints()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | InlineAsm.h | 187 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString); 191 ConstraintInfoVector ParseConstraints() const { in ParseConstraints() function 192 return ParseConstraints(Constraints); in ParseConstraints()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | InlineAsm.h | 187 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString); 191 ConstraintInfoVector ParseConstraints() const { in ParseConstraints() function 192 return ParseConstraints(Constraints); in ParseConstraints()
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | InlineAsm.cpp | 211 InlineAsm::ParseConstraints(StringRef Constraints) { in ParseConstraints() function in InlineAsm 250 ConstraintInfoVector Constraints = ParseConstraints(ConstStr); in Verify()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | InlineAsm.cpp | 217 InlineAsm::ParseConstraints(StringRef Constraints) { in ParseConstraints() function in InlineAsm 256 ConstraintInfoVector Constraints = ParseConstraints(ConstStr); in Verify()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | InlineAsm.cpp | 235 InlineAsm::ParseConstraints(StringRef Constraints) { in ParseConstraints() function in InlineAsm 277 ConstraintInfoVector Constraints = ParseConstraints(ConstStr); in verify()
|
/aosp_15_r20/external/llvm/utils/TableGen/ |
H A D | CodeGenInstruction.cpp | 259 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) { in ParseConstraints() function 346 ParseConstraints(R->getValueAsString("Constraints"), Operands); in CodeGenInstruction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.cpp | 286 TLI->ParseConstraints(DL, TRI, Call); in lowerInlineAsm()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FunctionLoweringInfo.cpp | 194 TLI->ParseConstraints(Fn->getParent()->getDataLayout(), TRI, in set()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FunctionLoweringInfo.cpp | 193 TLI->ParseConstraints(Fn->getParent()->getDataLayout(), TRI, CS); in set()
|
/aosp_15_r20/external/llvm/lib/Target/PowerPC/ |
H A D | PPCCTRLoops.cpp | 228 InlineAsm::ConstraintInfoVector CIV = IA->ParseConstraints(); in mightUseCTR()
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FunctionLoweringInfo.cpp | 181 TLI->ParseConstraints(Fn->getParent()->getDataLayout(), TRI, CS); in set()
|
H A D | TargetLowering.cpp | 2409 TargetLowering::ParseConstraints(const DataLayout &DL, in ParseConstraints() function in TargetLowering 2422 for (InlineAsm::ConstraintInfo &CI : IA->ParseConstraints()) { in ParseConstraints()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineFunctionInfo.cpp | 704 for (const auto &CI : IA->ParseConstraints()) { in mayUseAGPRs()
|
H A D | AMDGPUTargetTransformInfo.cpp | 833 TLI->ParseConstraints(DL, ST->getRegisterInfo(), *CI); in isInlineAsmSourceOfDivergence()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 223 InlineAsm::ConstraintInfoVector CIV = IA->ParseConstraints(); in mightUseCTR()
|
/aosp_15_r20/external/llvm/include/llvm/Target/ |
H A D | TargetLowering.h | 2863 virtual AsmOperandInfoVector ParseConstraints(const DataLayout &DL,
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 3468 TLI->ParseConstraints(F->getParent()->getDataLayout(), TRI, in IsOperandAMemoryOperand() 4055 TLI->ParseConstraints(*DL, TRI, CS); in optimizeInlineAsmInst()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 3919 virtual AsmOperandInfoVector ParseConstraints(const DataLayout &DL,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 4505 TLI.ParseConstraints(F->getParent()->getDataLayout(), &TRI, in IsOperandAMemoryOperand() 5153 TLI->ParseConstraints(*DL, TRI, CS); in optimizeInlineAsmInst()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 4650 virtual AsmOperandInfoVector ParseConstraints(const DataLayout &DL,
|