Home
last modified time | relevance | path

Searched refs:TETy (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp893 if (auto *TETy = dyn_cast<TargetExtType>(C->getType())) { in getConstantValue() local
894 assert(TETy->hasProperty(TargetExtType::HasZeroInit) && C->isNullValue() && in getConstantValue()
896 C = Constant::getNullValue(TETy->getLayoutType()); in getConstantValue()
1040 if (auto *TETy = dyn_cast<TargetExtType>(Ty)) in StoreValueToMemory() local
1041 Ty = TETy->getLayoutType(); in StoreValueToMemory()
1094 if (auto *TETy = dyn_cast<TargetExtType>(Ty)) in LoadValueFromMemory() local
1095 Ty = TETy->getLayoutType(); in LoadValueFromMemory()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1035 } else if (TargetExtType *TETy = dyn_cast<TargetExtType>(Ty)) { in getMangledTypeStr() local
1037 Result += TETy->getName(); in getMangledTypeStr()
1038 for (Type *ParamTy : TETy->type_params()) in getMangledTypeStr()
1040 for (unsigned IntParam : TETy->int_params()) in getMangledTypeStr()
H A DAsmWriter.cpp648 TargetExtType *TETy = cast<TargetExtType>(Ty); in print() local
652 for (Type *Inner : TETy->type_params()) in print()
654 for (unsigned IntParam : TETy->int_params()) in print()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3181 if (auto *TETy = dyn_cast<TargetExtType>(CurTy)) in parseConstants() local
3182 if (!TETy->hasProperty(TargetExtType::HasZeroInit)) in parseConstants()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6180 if (auto *TETy = dyn_cast<TargetExtType>(Ty)) in convertValIDToValue() local
6181 if (!TETy->hasProperty(TargetExtType::HasZeroInit)) in convertValIDToValue()