Searched refs:AvailableValue (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 164 struct llvm::gvn::AvailableValue { struct in llvm::gvn 179 static AvailableValue get(Value *V, unsigned Offset = 0) { in get() argument 180 AvailableValue Res; in get() 187 static AvailableValue getMI(MemIntrinsic *MI, unsigned Offset = 0) { in getMI() argument 188 AvailableValue Res; in getMI() 195 static AvailableValue getLoad(LoadInst *LI, unsigned Offset = 0) { in getLoad() argument 196 AvailableValue Res; in getLoad() 203 static AvailableValue getUndef() { in getUndef() argument 204 AvailableValue Res; in getUndef() 244 AvailableValue AV; [all …]
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 179 struct llvm::gvn::AvailableValue { struct in llvm::gvn 194 static AvailableValue get(Value *V, unsigned Offset = 0) { in get() argument 195 AvailableValue Res; in get() 202 static AvailableValue getMI(MemIntrinsic *MI, unsigned Offset = 0) { in getMI() argument 203 AvailableValue Res; in getMI() 210 static AvailableValue getLoad(LoadInst *LI, unsigned Offset = 0) { in getLoad() argument 211 AvailableValue Res; in getLoad() 218 static AvailableValue getUndef() { in getUndef() argument 219 AvailableValue Res; in getUndef() 259 AvailableValue AV; [all …]
|
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 123 struct llvm::gvn::AvailableValue { struct in llvm::gvn 138 static AvailableValue get(Value *V, unsigned Offset = 0) { in get() argument 139 AvailableValue Res; in get() 146 static AvailableValue getMI(MemIntrinsic *MI, unsigned Offset = 0) { in getMI() argument 147 AvailableValue Res; in getMI() 154 static AvailableValue getLoad(LoadInst *LI, unsigned Offset = 0) { in getLoad() argument 155 AvailableValue Res; in getLoad() 162 static AvailableValue getUndef() { in getUndef() argument 163 AvailableValue Res; in getUndef() 203 AvailableValue AV; [all …]
|
/external/llvm/include/llvm/Transforms/Scalar/ |
D | GVN.h | 35 struct AvailableValue; 195 Value *Address, gvn::AvailableValue &Res);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
D | GVN.h | 58 struct AvailableValue; 260 Value *Address, gvn::AvailableValue &Res);
|
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
D | GVN.h | 59 struct AvailableValue; 318 Value *Address, gvn::AvailableValue &Res);
|