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

  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.h 39 /// ValID - Represents a reference of a definition of some sort with no type.
43 struct ValID {
68 ValID() : Kind(t_LocalID), APFloatVal(0.0) {}
69 ~ValID() {
74 bool operator<(const ValID &RHS) const {
79 "Ordering not defined for this ValID kind yet");
121 // References to blockaddress. The key is the function ValID, the value is
123 std::map<ValID, std::vector<std::pair<ValID, GlobalValue*> > >
275 bool ConvertValIDToValue(Type *Ty, ValID &ID, Value *&V
    [all...]
LLParser.cpp 74 const ValID &Fn = ForwardRefBlockAddresses.begin()->first;
75 if (Fn.Kind == ValID::t_GlobalName)
132 std::vector<std::pair<ValID, GlobalValue*> > &Refs,
138 if (Refs[i].first.Kind == ValID::t_LocalName)
142 } else if (Refs[i].first.Kind == ValID::t_LocalID) {
595 ValID ID;
597 if (ID.Kind != ValID::t_Constant)
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 43 /// ValID - Represents a reference of a definition of some sort with no type.
47 struct ValID {
69 ValID() = default;
70 ValID(const ValID &RHS)
77 bool operator<(const ValID &RHS) const {
82 "Ordering not defined for this ValID kind yet");
129 // References to blockaddress. The key is the function ValID, the value is
131 std::map<ValID, std::map<ValID, GlobalValue *>> ForwardRefBlockAddresses
    [all...]
LLParser.cpp 737 ValID ID;
740 if (ID.Kind != ValID::t_Constant)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
LLParser.h 44 /// ValID - Represents a reference of a definition of some sort with no type.
48 struct ValID {
70 ValID() = default;
71 ValID(const ValID &RHS)
78 bool operator<(const ValID &RHS) const {
83 "Ordering not defined for this ValID kind yet");
133 // References to blockaddress. The key is the function ValID, the value is
135 std::map<ValID, std::map<ValID, GlobalValue *>> ForwardRefBlockAddresses
    [all...]
LLParser.cpp 894 ValID ID;
897 if (ID.Kind != ValID::t_Constant)
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 612 assert(F && "Expected valid function");
795 // BinOps are only valid for int/fp or vector of int/fp types
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 792 assert(F && "Expected valid function");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 744 milliseconds