HomeSort by relevance Sort by last modified time
    Searched refs:InlineAsmKeyType (Results 1 - 15 of 15) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/
InlineAsm.h 27 struct InlineAsmKeyType;
35 friend struct ConstantCreator<InlineAsm, PointerType, InlineAsmKeyType>;
36 friend class ConstantUniqueMap<InlineAsmKeyType, const InlineAsmKeyType&,
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantsContext.h 339 struct InlineAsmKeyType {
340 InlineAsmKeyType(StringRef AsmString,
349 bool operator==(const InlineAsmKeyType& that) const {
355 bool operator<(const InlineAsmKeyType& that) const {
367 bool operator!=(const InlineAsmKeyType& that) const {
555 struct ConstantCreator<InlineAsm, PointerType, InlineAsmKeyType> {
556 static InlineAsm *create(PointerType *Ty, const InlineAsmKeyType &Key) {
564 typedef InlineAsmKeyType ValType;
566 return InlineAsmKeyType(Asm->getAsmString(), Asm->getConstraintString(),
LLVMContextImpl.h 163 ConstantUniqueMap<InlineAsmKeyType, const InlineAsmKeyType&, PointerType,
InlineAsm.cpp 31 InlineAsmKeyType Key(AsmString, Constraints, hasSideEffects, isAlignStack);
  /external/llvm/include/llvm/IR/
InlineAsm.h 29 struct InlineAsmKeyType;
40 friend struct InlineAsmKeyType;
  /external/llvm/lib/IR/
ConstantsContext.h 335 struct InlineAsmKeyType;
344 typedef InlineAsmKeyType ValType;
394 struct InlineAsmKeyType {
402 InlineAsmKeyType(StringRef AsmString, StringRef Constraints,
408 InlineAsmKeyType(const InlineAsm *Asm, SmallVectorImpl<Constant *> &)
413 bool operator==(const InlineAsmKeyType &X) const {
InlineAsm.cpp 30 InlineAsmKeyType Key(AsmString, Constraints, FTy, hasSideEffects,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 39 friend struct InlineAsmKeyType;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 39 friend struct InlineAsmKeyType;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 39 friend struct InlineAsmKeyType;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 39 friend struct InlineAsmKeyType;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 39 friend struct InlineAsmKeyType;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 39 friend struct InlineAsmKeyType;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 39 friend struct InlineAsmKeyType;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 39 friend struct InlineAsmKeyType;

Completed in 878 milliseconds