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

1 2

  /external/llvm/lib/Target/Hexagon/
HexagonOptimizeSZextends.cpp 52 bool intrinsicAlreadySextended(Intrinsic::ID IntID);
61 bool HexagonOptimizeSZextends::intrinsicAlreadySextended(Intrinsic::ID IntID) {
62 switch(IntID) {
HexagonISelLowering.cpp     [all...]
  /external/llvm/include/llvm/IR/
GlobalValue.h 75 IntID((Intrinsic::ID)0U), Parent(nullptr) {
131 Intrinsic::ID IntID;
Function.h 139 Intrinsic::ID getIntrinsicID() const LLVM_READONLY { return IntID; }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
GlobalValue.h 83 IntID((Intrinsic::ID)0U), Parent(nullptr) {
140 Intrinsic::ID IntID;
Function.h 146 Intrinsic::ID getIntrinsicID() const LLVM_READONLY { return IntID; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 83 HasLLVMReservedName(false), IntID((Intrinsic::ID)0U), Parent(nullptr) {
147 Intrinsic::ID IntID;
Function.h 157 Intrinsic::ID getIntrinsicID() const LLVM_READONLY { return IntID; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 83 HasLLVMReservedName(false), IntID((Intrinsic::ID)0U), Parent(nullptr) {
147 Intrinsic::ID IntID;
Function.h 157 Intrinsic::ID getIntrinsicID() const LLVM_READONLY { return IntID; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 83 HasLLVMReservedName(false), IntID((Intrinsic::ID)0U), Parent(nullptr) {
147 Intrinsic::ID IntID;
Function.h 157 Intrinsic::ID getIntrinsicID() const LLVM_READONLY { return IntID; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 83 HasLLVMReservedName(false), IntID((Intrinsic::ID)0U), Parent(nullptr) {
147 Intrinsic::ID IntID;
Function.h 157 Intrinsic::ID getIntrinsicID() const LLVM_READONLY { return IntID; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 83 HasLLVMReservedName(false), IntID((Intrinsic::ID)0U), Parent(nullptr) {
147 Intrinsic::ID IntID;
Function.h 157 Intrinsic::ID getIntrinsicID() const LLVM_READONLY { return IntID; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 83 HasLLVMReservedName(false), IntID((Intrinsic::ID)0U), Parent(nullptr) {
147 Intrinsic::ID IntID;
Function.h 157 Intrinsic::ID getIntrinsicID() const LLVM_READONLY { return IntID; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 83 HasLLVMReservedName(false), IntID((Intrinsic::ID)0U), Parent(nullptr) {
147 Intrinsic::ID IntID;
Function.h 157 Intrinsic::ID getIntrinsicID() const LLVM_READONLY { return IntID; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 83 HasLLVMReservedName(false), IntID((Intrinsic::ID)0U), Parent(nullptr) {
147 Intrinsic::ID IntID;
Function.h 157 Intrinsic::ID getIntrinsicID() const LLVM_READONLY { return IntID; }
  /external/llvm/lib/IR/
Function.cpp 275 // Note, the IntID field will have been set in Value::setName if this function
277 if (IntID)
278 setAttributes(Intrinsic::getAttributes(getContext(), IntID));
485 IntID = Intrinsic::not_intrinsic;
488 IntID = lookupIntrinsicID(ValName);
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 609 milliseconds

1 2