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

  /external/llvm/lib/Target/R600/
AMDILIntrinsicInfo.cpp 56 AMDGPUIntrinsic::ID IntrinsicID
58 IntrinsicID = getIntrinsicForGCCBuiltin("AMDGPU", Name);
60 if (IntrinsicID != (AMDGPUIntrinsic::ID)Intrinsic::not_intrinsic) {
61 return IntrinsicID;
AMDGPUISelLowering.cpp 114 unsigned IntrinsicID = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
118 switch (IntrinsicID) {
R600ISelLowering.cpp 323 unsigned IntrinsicID =
325 switch (IntrinsicID) {
349 // default for switch(IntrinsicID)
356 unsigned IntrinsicID =
360 switch(IntrinsicID) {
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 173 /// depending on IntrinsicID.
176 /// \arg IntrinsicID The ID for the Intrinsic we wish to generate.
182 const llvm::Intrinsic::ID IntrinsicID,
190 llvm::Value *Callee = CGF.CGM.getIntrinsic(IntrinsicID, X->getType());
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 62 milliseconds