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

  /external/swiftshader/third_party/subzero/src/
IceIntrinsics.h 39 enum IntrinsicID {
117 static bool isMemoryOrderValid(IntrinsicID ID, uint64_t Order,
131 enum IntrinsicID ID : 29;
IceIntrinsics.cpp 275 bool Intrinsics::isMemoryOrderValid(IntrinsicID ID, uint64_t Order,
285 llvm_unreachable("isMemoryOrderValid: Unknown IntrinsicID");
IceTargetLoweringX86BaseImpl.h 837 Intrinsics::IntrinsicID ID = Intrin->getIntrinsicInfo().ID;
    [all...]
IceTargetLoweringARM32.cpp 727 Intrinsics::IntrinsicID ID = IntrinsicCall->getIntrinsicInfo().ID;
    [all...]
IceTargetLoweringMIPS32.cpp 585 Intrinsics::IntrinsicID ID = IntrinsicCall->getIntrinsicInfo().ID;
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 168 Intrinsic::ID IntrinsicID; // For MO_IntrinsicID.
469 return Contents.IntrinsicID;
761 Op.Contents.IntrinsicID = ID;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 168 Intrinsic::ID IntrinsicID; // For MO_IntrinsicID.
469 return Contents.IntrinsicID;
761 Op.Contents.IntrinsicID = ID;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 168 Intrinsic::ID IntrinsicID; // For MO_IntrinsicID.
469 return Contents.IntrinsicID;
761 Op.Contents.IntrinsicID = ID;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 168 Intrinsic::ID IntrinsicID; // For MO_IntrinsicID.
469 return Contents.IntrinsicID;
761 Op.Contents.IntrinsicID = ID;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 168 Intrinsic::ID IntrinsicID; // For MO_IntrinsicID.
469 return Contents.IntrinsicID;
761 Op.Contents.IntrinsicID = ID;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 168 Intrinsic::ID IntrinsicID; // For MO_IntrinsicID.
469 return Contents.IntrinsicID;
761 Op.Contents.IntrinsicID = ID;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 168 Intrinsic::ID IntrinsicID; // For MO_IntrinsicID.
469 return Contents.IntrinsicID;
761 Op.Contents.IntrinsicID = ID;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 168 Intrinsic::ID IntrinsicID; // For MO_IntrinsicID.
469 return Contents.IntrinsicID;
761 Op.Contents.IntrinsicID = ID;
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.h 81 unsigned IntrinsicID) const override;
R600ISelLowering.cpp 641 unsigned IntrinsicID =
643 switch (IntrinsicID) {
659 // default for switch(IntrinsicID)
666 unsigned IntrinsicID =
670 switch(IntrinsicID) {
683 switch (IntrinsicID) {
    [all...]
SIISelLowering.cpp     [all...]
AMDGPUISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 225 unsigned IntrinsicID) {
228 Value *F = CGF.CGM.getIntrinsic(IntrinsicID, Src0->getType());
235 unsigned IntrinsicID) {
239 Value *F = CGF.CGM.getIntrinsic(IntrinsicID, Src0->getType());
246 unsigned IntrinsicID) {
251 Value *F = CGF.CGM.getIntrinsic(IntrinsicID, Src0->getType());
258 unsigned IntrinsicID) {
262 Value *F = CGF.CGM.getIntrinsic(IntrinsicID, Src0->getType());
312 /// depending on IntrinsicID.
315 /// \arg IntrinsicID The ID for the Intrinsic we wish to generate
    [all...]
CodeGenFunction.h     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/bindings/go/llvm/
ir.go     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 812 milliseconds