HomeSort by relevance Sort by last modified time
    Searched refs:IDVal (Results 1 - 25 of 30) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
AsmParser.cpp 209 bool ParseDirectiveAscii(StringRef IDVal, bool ZeroTerminated);
215 bool ParseDirectiveSet(StringRef IDVal, bool allow_redef); // ".set", ".equ", ".equiv"
642 StringRef IDVal = getTok().getString();
643 if (IDVal == "f" || IDVal == "b"){
645 IDVal == "f" ? 1 : 0);
648 if(IDVal == "b" && Sym->isUndefined())
952 StringRef IDVal;
964 IDVal = ""
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 422 bool parseDirectiveAscii(StringRef IDVal, bool ZeroTerminated);
430 bool parseDirectiveSet(StringRef IDVal, bool allow_redef);
487 bool parseDirectiveSpace(StringRef IDVal);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
X86AsmParser.cpp 50 bool ParseDirectiveCode(StringRef IDVal, SMLoc L);
    [all...]
  /external/llvm/include/llvm/IR/
Statepoint.h 107 const Value *IDVal = getCallSite().getArgument(IDPos);
108 return cast<ConstantInt>(IDVal)->getZExtValue();
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 665 StringRef IDVal = DirectiveID.getString();
667 if (IDVal == ".byte")
670 if (IDVal == ".half")
673 if (IDVal == ".word")
676 if (IDVal == ".nword")
679 if (is64Bit() && IDVal == ".xword")
682 if (IDVal == ".register") {
687 if (IDVal == ".proc") {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 122 const Value *IDVal = getCallSite().getArgument(IDPos);
123 return cast<ConstantInt>(IDVal)->getZExtValue();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Statepoint.h 124 const Value *IDVal = getCallSite().getArgument(IDPos);
125 return cast<ConstantInt>(IDVal)->getZExtValue();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Statepoint.h 124 const Value *IDVal = getCallSite().getArgument(IDPos);
125 return cast<ConstantInt>(IDVal)->getZExtValue();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Statepoint.h 127 const Value *IDVal = getCallSite().getArgument(IDPos);
128 return cast<ConstantInt>(IDVal)->getZExtValue();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Statepoint.h 127 const Value *IDVal = getCallSite().getArgument(IDPos);
128 return cast<ConstantInt>(IDVal)->getZExtValue();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Statepoint.h 127 const Value *IDVal = getCallSite().getArgument(IDPos);
128 return cast<ConstantInt>(IDVal)->getZExtValue();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Statepoint.h 127 const Value *IDVal = getCallSite().getArgument(IDPos);
128 return cast<ConstantInt>(IDVal)->getZExtValue();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 122 const Value *IDVal = getCallSite().getArgument(IDPos);
123 return cast<ConstantInt>(IDVal)->getZExtValue();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Statepoint.h 124 const Value *IDVal = getCallSite().getArgument(IDPos);
125 return cast<ConstantInt>(IDVal)->getZExtValue();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Statepoint.h 124 const Value *IDVal = getCallSite().getArgument(IDPos);
125 return cast<ConstantInt>(IDVal)->getZExtValue();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Statepoint.h 127 const Value *IDVal = getCallSite().getArgument(IDPos);
128 return cast<ConstantInt>(IDVal)->getZExtValue();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Statepoint.h 127 const Value *IDVal = getCallSite().getArgument(IDPos);
128 return cast<ConstantInt>(IDVal)->getZExtValue();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Statepoint.h 127 const Value *IDVal = getCallSite().getArgument(IDPos);
128 return cast<ConstantInt>(IDVal)->getZExtValue();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Statepoint.h 127 const Value *IDVal = getCallSite().getArgument(IDPos);
128 return cast<ConstantInt>(IDVal)->getZExtValue();
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 863 StringRef IDVal = DirectiveID.getIdentifier();
864 if ((IDVal.lower() == ".word") || (IDVal.lower() == ".4byte"))
866 if (IDVal.lower() == ".short" || IDVal.lower() == ".hword" ||
867 IDVal.lower() == ".half")
869 if (IDVal.lower() == ".falign")
871 if ((IDVal.lower() == ".lcomm") || (IDVal.lower() == ".lcommon"))
873 if ((IDVal.lower() == ".comm") || (IDVal.lower() == ".common")
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 723 bool ParseDirectiveCode(StringRef IDVal, SMLoc L);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 524 StringRef IDVal = DirectiveID.getIdentifier();
525 if (IDVal == ".word")
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]

Completed in 993 milliseconds

1 2