Home
last modified time | relevance | path

Searched refs:NestAttr (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1267 Attributes NestAttr = Attribute::None; in transformCallThroughTrampoline() local
1275 NestAttr = NestAttrs.getParamAttributes(NestIdx); in transformCallThroughTrampoline()
1304 NewAttrs.push_back(AttributeWithIndex::get(NestIdx, NestAttr)); in transformCallThroughTrampoline()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.inc237 struct NestAttr : EnumAttr {
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DAttributes.gen237 struct NestAttr : EnumAttr {
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/
DAttributes.gen237 struct NestAttr : EnumAttr {
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
DAttributes.gen237 struct NestAttr : EnumAttr {
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
DAttributes.gen237 struct NestAttr : EnumAttr {
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
DAttributes.gen237 struct NestAttr : EnumAttr {
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/IR/
DAttributesCompatFunc.inc249 struct NestAttr : EnumAttr {
/external/swiftshader/third_party/llvm-7.0/configs/common/include/llvm/IR/
DAttributes.inc249 struct NestAttr : EnumAttr {
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2913 AttributeSet NestAttr; in transformCallThroughTrampoline() local
2921 NestAttr = NestAttrs.getParamAttributes(NestIdx); in transformCallThroughTrampoline()
2952 NestAttr)); in transformCallThroughTrampoline()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4407 AttributeSet NestAttr; in transformCallThroughTrampoline() local
4417 NestAttr = AS; in transformCallThroughTrampoline()
4442 NewArgAttrs.push_back(NestAttr); in transformCallThroughTrampoline()